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 2009/08/17 23:59:03 UTC

svn commit: r805169 - /maven/pom/trunk/maven/pom.xml

Author: jdcasey
Date: Mon Aug 17 21:59:02 2009
New Revision: 805169

URL: http://svn.apache.org/viewvc?rev=805169&view=rev
Log:
use staged version of the source-release descriptor dependency

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=805169&r1=805168&r2=805169&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Mon Aug 17 21:59:02 2009
@@ -556,7 +556,7 @@
               <dependency>
                 <groupId>org.apache</groupId>
                 <artifactId>apache-source-release-assembly-descriptor</artifactId>
-                <version>1.0-SNAPSHOT</version>
+                <version>1.0</version>
               </dependency>
             </dependencies>
             <executions>