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/10/14 16:04:16 UTC

[4/4] git commit: fix jenkins url and plexus-maven-plugin version in pluginMngt

fix jenkins url and plexus-maven-plugin version in pluginMngt


Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/1b46bdfe
Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/1b46bdfe
Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/1b46bdfe

Branch: refs/heads/master
Commit: 1b46bdfe51e29c97929ca314392186ad66143b15
Parents: b34a8bd
Author: olivier lamy <ol...@apache.org>
Authored: Sun Oct 14 15:12:20 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Sun Oct 14 15:12:20 2012 +0200

----------------------------------------------------------------------
 pom.xml |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/1b46bdfe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 80d0625..0414d70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/hudson/job/maven-scm/</url>
+    <url>https://builds.apache.org/view/M-R/view/Maven/job/maven-scm/</url>
   </ciManagement>
 
   <distributionManagement>
@@ -353,6 +353,11 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-maven-plugin</artifactId>
+        <version>1.3.4</version>
+      </plugin>
     </plugins>
 
   </build>