diff --git a/pom.xml b/pom.xml index c829caa..756cfd7 100644 --- a/pom.xml +++ b/pom.xml @@ -122,12 +122,12 @@ <version>1.0-alpha2</version> <type>jar</type> </dependency> - - <!-- https://mvnrepository.com/artifact/org.codehaus.plexus/plexus-utils --> + + <!-- https://mvnrepository.com/artifact/com.googlecode.maven-download-plugin/download-maven-plugin --> <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - <version>3.0.5</version> + <groupId>com.googlecode.maven-download-plugin</groupId> + <artifactId>download-maven-plugin</artifactId> + <version>1.6.0</version> <scope>test</scope> <type>jar</type> </dependency> @@ -155,13 +155,11 @@ <type>jar</type> </dependency> - <!-- https://mvnrepository.com/artifact/com.googlecode.maven-download-plugin/download-maven-plugin --> + <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-release-plugin --> <dependency> - <groupId>com.googlecode.maven-download-plugin</groupId> - <artifactId>download-maven-plugin</artifactId> - <version>1.6.0</version> - <scope>test</scope> - <type>jar</type> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.5.3</version> </dependency> </dependencies> @@ -187,13 +185,7 @@ <encoding>UTF-8</encoding> </configuration> </plugin> - - <plugin> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - <version>3.0.5</version> - </plugin> - + <!-- mvn generate-test-resources:get --> <plugin> <groupId>com.googlecode.maven-download-plugin</groupId> @@ -239,13 +231,6 @@ </executions> </plugin> - <!-- mvn deploy --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <version>2.8.2</version> - </plugin> - <!-- mvn release:prepare --> <!-- mvn release:perform --> <plugin>