You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/11/23 21:51:20 UTC

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

Author: olamy
Date: Fri Nov 23 20:51:19 2012
New Revision: 1413055

URL: http://svn.apache.org/viewvc?rev=1413055&view=rev
Log:
fix ci url

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=1413055&r1=1413054&r2=1413055&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Fri Nov 23 20:51:19 2012
@@ -43,7 +43,7 @@ under the License.
   </scm>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/hudson/job/maven-plugins/</url>
+    <url>https://builds.apache.org/job/maven-plugins/</url>
   </ciManagement>
 
   <distributionManagement>