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

svn commit: r1152455 - /maven/plugins/trunk/maven-repository-plugin/pom.xml

Author: dennisl
Date: Sat Jul 30 11:18:57 2011
New Revision: 1152455

URL: http://svn.apache.org/viewvc?rev=1152455&view=rev
Log:
Bump the version to try to get the ITs to build in Jenkins.

Modified:
    maven/plugins/trunk/maven-repository-plugin/pom.xml

Modified: maven/plugins/trunk/maven-repository-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/pom.xml?rev=1152455&r1=1152454&r2=1152455&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-repository-plugin/pom.xml Sat Jul 30 11:18:57 2011
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-repository-plugin</artifactId>
-  <version>2.3.2-SNAPSHOT</version>
+  <version>2.3.3-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven Repository Plugin</name>