You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jm...@apache.org on 2007/04/17 17:13:32 UTC

svn commit: r529637 - /maven/continuum/trunk/continuum-release/pom.xml

Author: jmcconnell
Date: Tue Apr 17 08:13:30 2007
New Revision: 529637

URL: http://svn.apache.org/viewvc?view=rev&rev=529637
Log:
pin to released version of maven release manager

Modified:
    maven/continuum/trunk/continuum-release/pom.xml

Modified: maven/continuum/trunk/continuum-release/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-release/pom.xml?view=diff&rev=529637&r1=529636&r2=529637
==============================================================================
--- maven/continuum/trunk/continuum-release/pom.xml (original)
+++ maven/continuum/trunk/continuum-release/pom.xml Tue Apr 17 08:13:30 2007
@@ -66,7 +66,7 @@
     <dependency>
       <groupId>org.apache.maven.release</groupId>
       <artifactId>maven-release-manager</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-alpha-1</version>
       <exclusions>
         <exclusion>
           <groupId>classworlds</groupId>