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/25 22:08:30 UTC

svn commit: r1438709 - in /maven/jxr/trunk: maven-jxr-plugin/pom.xml pom.xml

Author: olamy
Date: Fri Jan 25 21:08:30 2013
New Revision: 1438709

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

Modified:
    maven/jxr/trunk/maven-jxr-plugin/pom.xml
    maven/jxr/trunk/pom.xml

Modified: maven/jxr/trunk/maven-jxr-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr-plugin/pom.xml?rev=1438709&r1=1438708&r2=1438709&view=diff
==============================================================================
--- maven/jxr/trunk/maven-jxr-plugin/pom.xml (original)
+++ maven/jxr/trunk/maven-jxr-plugin/pom.xml Fri Jan 25 21:08:30 2013
@@ -50,6 +50,7 @@ under the License.
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
             <forkMode>always</forkMode>

Modified: maven/jxr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=1438709&r1=1438708&r2=1438709&view=diff
==============================================================================
--- maven/jxr/trunk/pom.xml (original)
+++ maven/jxr/trunk/pom.xml Fri Jan 25 21:08:30 2013
@@ -53,7 +53,7 @@ under the License.
 
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/hudson/job/maven-jxr/</url>
+    <url>https://builds.apache.org/job/maven-jxr/</url>
   </ciManagement>
 
   <properties>