|
|
@ -90,7 +90,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> |
|
|
@ -107,7 +107,7 @@ |
|
|
</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> |
|
|
@ -115,7 +115,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.4</version> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<forkCount>0</forkCount> |
|
|
<forkCount>0</forkCount> |
|
|
<includes> |
|
|
<includes> |
|
|
@ -126,7 +126,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> |
|
|
@ -139,7 +139,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.12.0</version> |
|
|
<executions> |
|
|
<executions> |
|
|
<execution> |
|
|
<execution> |
|
|
<id>attach-javadocs</id> |
|
|
<id>attach-javadocs</id> |
|
|
@ -152,7 +152,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> |
|
|
@ -160,7 +160,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.14.1</version> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<source>8</source> |
|
|
<source>8</source> |
|
|
<target>8</target> |
|
|
<target>8</target> |
|
|
@ -170,7 +170,7 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.sonatype.central</groupId> |
|
|
<groupId>org.sonatype.central</groupId> |
|
|
<artifactId>central-publishing-maven-plugin</artifactId> |
|
|
<artifactId>central-publishing-maven-plugin</artifactId> |
|
|
<version>0.8.0</version> |
|
|
|
|
|
|
|
|
<version>0.9.0</version> |
|
|
<extensions>true</extensions> |
|
|
<extensions>true</extensions> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<publishingServerId>central</publishingServerId> |
|
|
<publishingServerId>central</publishingServerId> |
|
|
@ -193,7 +193,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.8</version> |
|
|
<executions> |
|
|
<executions> |
|
|
<execution> |
|
|
<execution> |
|
|
<id>sign-artifacts</id> |
|
|
<id>sign-artifacts</id> |
|
|
@ -218,12 +218,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.2.1</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.2.1</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
</dependencies> |
|
|
</dependencies> |
|
|
</dependencyManagement> |
|
|
</dependencyManagement> |
|
|
@ -237,7 +237,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.20.0</version> |
|
|
<scope>test</scope> |
|
|
<scope>test</scope> |
|
|
</dependency> |
|
|
</dependency> |
|
|
</dependencies> |
|
|
</dependencies> |
|
|
|