You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2010/09/29 00:10:51 UTC

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

Author: jdcasey
Date: Tue Sep 28 22:10:50 2010
New Revision: 1002377

URL: http://svn.apache.org/viewvc?rev=1002377&view=rev
Log:
bump to release versions (or staged versions)

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=1002377&r1=1002376&r2=1002377&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Tue Sep 28 22:10:50 2010
@@ -84,7 +84,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-common-artifact-filters</artifactId>
-      <version>1.3-SNAPSHOT</version>
+      <version>1.3</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -94,7 +94,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>