You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bi...@apache.org on 2011/07/28 06:13:44 UTC

svn commit: r1151731 - /maven/sandbox/bimargulies/mrp-snap-tc/trunk/pom.xml

Author: bimargulies
Date: Thu Jul 28 04:13:44 2011
New Revision: 1151731

URL: http://svn.apache.org/viewvc?rev=1151731&view=rev
Log:
fix rel plugin version.

Modified:
    maven/sandbox/bimargulies/mrp-snap-tc/trunk/pom.xml

Modified: maven/sandbox/bimargulies/mrp-snap-tc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/bimargulies/mrp-snap-tc/trunk/pom.xml?rev=1151731&r1=1151730&r2=1151731&view=diff
==============================================================================
--- maven/sandbox/bimargulies/mrp-snap-tc/trunk/pom.xml (original)
+++ maven/sandbox/bimargulies/mrp-snap-tc/trunk/pom.xml Thu Jul 28 04:13:44 2011
@@ -26,7 +26,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-		    <version>2.3</version>
+		    <version>2.2</version>
                     <configuration>
                         <password>${svn.password}</password>
                         <useReleaseProfile>true</useReleaseProfile>