You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2009/03/28 19:53:52 UTC

svn commit: r759548 - /continuum/parent/trunk/pom.xml

Author: olamy
Date: Sat Mar 28 18:53:51 2009
New Revision: 759548

URL: http://svn.apache.org/viewvc?rev=759548&view=rev
Log:
upgrade release plugin to be able to release with svn > 1.5.0

Modified:
    continuum/parent/trunk/pom.xml

Modified: continuum/parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/parent/trunk/pom.xml?rev=759548&r1=759547&r2=759548&view=diff
==============================================================================
--- continuum/parent/trunk/pom.xml (original)
+++ continuum/parent/trunk/pom.xml Sat Mar 28 18:53:51 2009
@@ -177,7 +177,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.0-beta-7</version>
+          <version>2.0-beta-9</version>
           <configuration>
             <!-- This element will be overriden by children -->
             <tagBase>https://svn.apache.org/repos/asf/continuum/parent/tags</tagBase>