You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/11/04 21:08:14 UTC

svn commit: r1768098 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: khmarbaise
Date: Fri Nov  4 21:08:14 2016
New Revision: 1768098

URL: http://svn.apache.org/viewvc?rev=1768098&view=rev
Log:
[MASSEMBLY-819] Update to release version if Maven Artifact Transfer Component released
 o Use first released version of maven-artifact-transfer.

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=1768098&r1=1768097&r2=1768098&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Fri Nov  4 21:08:14 2016
@@ -111,7 +111,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-artifact-transfer</artifactId>
-      <version>3.0.0-SNAPSHOT</version>
+      <version>0.9.0</version>
     </dependency>
 
     <dependency>