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/05/15 16:21:46 UTC

svn commit: r1103387 - /maven/plugins/trunk/maven-plugins/pom.xml

Author: dennisl
Date: Sun May 15 14:21:46 2011
New Revision: 1103387

URL: http://svn.apache.org/viewvc?rev=1103387&view=rev
Log:
Rollback version and add ciManagement for Jenkins.

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

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1103387&r1=1103386&r2=1103387&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Sun May 15 14:21:46 2011
@@ -29,7 +29,7 @@ under the License.
 
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-plugins</artifactId>
-  <version>21-SNAPSHOT</version>
+  <version>20-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Maven Plugins</name>
@@ -115,6 +115,11 @@ under the License.
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins/</developerConnection>
     <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/</url>
   </scm>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/hudson/job/maven-plugins/</url>
+  </ciManagement>
+
   <distributionManagement>
     <site>
       <id>apache.website</id>