Author: hboutemy Date: Sat Nov 11 04:44:16 2017 New Revision: 1814918 URL: http://svn.apache.org/viewvc?rev=1814918&view=rev Log: use released plexus-java
Modified: maven/plugins/trunk/maven-jlink-plugin/pom.xml Modified: maven/plugins/trunk/maven-jlink-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jlink-plugin/pom.xml?rev=1814918&r1=1814917&r2=1814918&view=diff ============================================================================== --- maven/plugins/trunk/maven-jlink-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-jlink-plugin/pom.xml Sat Nov 11 04:44:16 2017 @@ -96,7 +96,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-java</artifactId> - <version>0.9.4-SNAPSHOT</version> + <version>0.9.4</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>