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 2013/01/23 23:52:17 UTC

svn commit: r1437789 - /maven/ant-tasks/trunk/pom.xml

Author: olamy
Date: Wed Jan 23 22:52:17 2013
New Revision: 1437789

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

Modified:
    maven/ant-tasks/trunk/pom.xml

Modified: maven/ant-tasks/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/pom.xml?rev=1437789&r1=1437788&r2=1437789&view=diff
==============================================================================
--- maven/ant-tasks/trunk/pom.xml (original)
+++ maven/ant-tasks/trunk/pom.xml Wed Jan 23 22:52:17 2013
@@ -122,7 +122,7 @@
 
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/hudson/job/maven-ant-tasks/</url>
+    <url>https://builds.apache.org/job/maven-ant-tasks/</url>
   </ciManagement>
 
   <distributionManagement>