|
|
@ -95,7 +95,7 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.apache.felix</groupId> |
|
|
<groupId>org.apache.felix</groupId> |
|
|
<artifactId>maven-bundle-plugin</artifactId> |
|
|
<artifactId>maven-bundle-plugin</artifactId> |
|
|
<version>5.1.9</version> |
|
|
|
|
|
|
|
|
<version>6.0.0</version> |
|
|
<executions> |
|
|
<executions> |
|
|
<execution> |
|
|
<execution> |
|
|
<id>bundle-manifest</id> |
|
|
<id>bundle-manifest</id> |
|
|
@ -109,11 +109,11 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId> |
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId> |
|
|
<version>1.15</version> |
|
|
|
|
|
|
|
|
<version>1.24</version> |
|
|
</plugin> |
|
|
</plugin> |
|
|
<plugin> |
|
|
<plugin> |
|
|
<artifactId>maven-jar-plugin</artifactId> |
|
|
<artifactId>maven-jar-plugin</artifactId> |
|
|
<version>3.3.0</version> |
|
|
|
|
|
|
|
|
<version>3.4.2</version> |
|
|
</plugin> |
|
|
</plugin> |
|
|
</plugins> |
|
|
</plugins> |
|
|
</pluginManagement> |
|
|
</pluginManagement> |
|
|
@ -121,7 +121,7 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
<version>3.1.2</version> |
|
|
|
|
|
|
|
|
<version>3.5.2</version> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<forkCount>0</forkCount> |
|
|
<forkCount>0</forkCount> |
|
|
<includes> |
|
|
<includes> |
|
|
@ -132,7 +132,7 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<artifactId>maven-source-plugin</artifactId> |
|
|
<artifactId>maven-source-plugin</artifactId> |
|
|
<version>3.3.0</version> |
|
|
|
|
|
|
|
|
<version>3.3.1</version> |
|
|
<executions> |
|
|
<executions> |
|
|
<execution> |
|
|
<execution> |
|
|
<id>attach-sources</id> |
|
|
<id>attach-sources</id> |
|
|
@ -145,7 +145,7 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<artifactId>maven-javadoc-plugin</artifactId> |
|
|
<artifactId>maven-javadoc-plugin</artifactId> |
|
|
<version>3.5.0</version> |
|
|
|
|
|
|
|
|
<version>3.11.2</version> |
|
|
<executions> |
|
|
<executions> |
|
|
<execution> |
|
|
<execution> |
|
|
<id>attach-javadocs</id> |
|
|
<id>attach-javadocs</id> |
|
|
@ -158,7 +158,7 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<artifactId>maven-release-plugin</artifactId> |
|
|
<artifactId>maven-release-plugin</artifactId> |
|
|
<version>3.0.1</version> |
|
|
|
|
|
|
|
|
<version>3.1.1</version> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<tagNameFormat>v@{project.version}</tagNameFormat> |
|
|
<tagNameFormat>v@{project.version}</tagNameFormat> |
|
|
</configuration> |
|
|
</configuration> |
|
|
@ -166,7 +166,7 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
<version>3.11.0</version> |
|
|
|
|
|
|
|
|
<version>3.13.0</version> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<source>1.7</source> |
|
|
<source>1.7</source> |
|
|
<target>1.7</target> |
|
|
<target>1.7</target> |
|
|
@ -176,7 +176,7 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.sonatype.plugins</groupId> |
|
|
<groupId>org.sonatype.plugins</groupId> |
|
|
<artifactId>nexus-staging-maven-plugin</artifactId> |
|
|
<artifactId>nexus-staging-maven-plugin</artifactId> |
|
|
<version>1.6.13</version> |
|
|
|
|
|
|
|
|
<version>1.7.0</version> |
|
|
<extensions>true</extensions> |
|
|
<extensions>true</extensions> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<serverId>sonatype-nexus-staging</serverId> |
|
|
<serverId>sonatype-nexus-staging</serverId> |
|
|
@ -202,7 +202,7 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<artifactId>maven-gpg-plugin</artifactId> |
|
|
<artifactId>maven-gpg-plugin</artifactId> |
|
|
<version>3.1.0</version> |
|
|
|
|
|
|
|
|
<version>3.2.7</version> |
|
|
<executions> |
|
|
<executions> |
|
|
<execution> |
|
|
<execution> |
|
|
<id>sign-artifacts</id> |
|
|
<id>sign-artifacts</id> |
|
|
@ -227,12 +227,12 @@ |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>org.apache.maven.scm</groupId> |
|
|
<groupId>org.apache.maven.scm</groupId> |
|
|
<artifactId>maven-scm-api</artifactId> |
|
|
<artifactId>maven-scm-api</artifactId> |
|
|
<version>2.0.1</version> |
|
|
|
|
|
|
|
|
<version>2.1.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>org.apache.maven.scm</groupId> |
|
|
<groupId>org.apache.maven.scm</groupId> |
|
|
<artifactId>maven-scm-provider-gitexe</artifactId> |
|
|
<artifactId>maven-scm-provider-gitexe</artifactId> |
|
|
<version>2.0.1</version> |
|
|
|
|
|
|
|
|
<version>2.1.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
</dependencies> |
|
|
</dependencies> |
|
|
</dependencyManagement> |
|
|
</dependencyManagement> |
|
|
@ -246,7 +246,7 @@ |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>org.mockito</groupId> |
|
|
<groupId>org.mockito</groupId> |
|
|
<artifactId>mockito-core</artifactId> |
|
|
<artifactId>mockito-core</artifactId> |
|
|
<version>2.23.4</version> |
|
|
|
|
|
|
|
|
<version>5.15.2</version> |
|
|
<scope>test</scope> |
|
|
<scope>test</scope> |
|
|
</dependency> |
|
|
</dependency> |
|
|
</dependencies> |
|
|
</dependencies> |
|
|
|