Author: rfscholte
Date: Sat Jul 18 19:17:47 2015
New Revision: 1691767

URL: http://svn.apache.org/r1691767
Log:
Update maven-repository-builder to make the plugin Maven 3.0 compatible

Modified:
    maven/plugins/trunk/maven-assembly-plugin/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1691767&r1=1691766&r2=1691767&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Sat Jul 18 19:17:47 2015
@@ -168,7 +168,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-repository-builder</artifactId>
-      <version>1.0</version>
+      <version>1.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>


Reply via email to