You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2009/09/09 08:04:09 UTC

svn commit: r812781 - /continuum/branches/continuum-1.3.x/pom.xml

Author: ctan
Date: Wed Sep  9 06:04:08 2009
New Revision: 812781

URL: http://svn.apache.org/viewvc?rev=812781&view=rev
Log:
[CONTINUUM-2322] use maven-release-manager 1.0-alpha-4 to fix bug in releasing a project without <scm> configured in pom

Modified:
    continuum/branches/continuum-1.3.x/pom.xml

Modified: continuum/branches/continuum-1.3.x/pom.xml
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/pom.xml?rev=812781&r1=812780&r2=812781&view=diff
==============================================================================
--- continuum/branches/continuum-1.3.x/pom.xml (original)
+++ continuum/branches/continuum-1.3.x/pom.xml Wed Sep  9 06:04:08 2009
@@ -1403,7 +1403,7 @@
       <dependency>
         <groupId>org.apache.maven.release</groupId>
         <artifactId>maven-release-manager</artifactId>
-        <version>1.0-alpha-3</version>
+        <version>1.0-alpha-4</version>
         <exclusions>
           <exclusion>
             <groupId>org.codehaus.plexus</groupId>