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/05/12 09:16:26 UTC

svn commit: r1337460 - /maven/plugin-tools/branches/MPLUGIN-189/pom.xml

Author: olamy
Date: Sat May 12 07:16:25 2012
New Revision: 1337460

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

Modified:
    maven/plugin-tools/branches/MPLUGIN-189/pom.xml

Modified: maven/plugin-tools/branches/MPLUGIN-189/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/branches/MPLUGIN-189/pom.xml?rev=1337460&r1=1337459&r2=1337460&view=diff
==============================================================================
--- maven/plugin-tools/branches/MPLUGIN-189/pom.xml (original)
+++ maven/plugin-tools/branches/MPLUGIN-189/pom.xml Sat May 12 07:16:25 2012
@@ -145,7 +145,7 @@
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/hudson/job/maven-plugin-tools/</url>
+    <url>https://builds.apache.org/job/maven-plugin-tools/</url>
   </ciManagement>
   <distributionManagement>
     <site>
@@ -365,4 +365,4 @@
       </reporting>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>