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/12/22 15:07:32 UTC

git commit: fix ci url

Updated Branches:
  refs/heads/master 8102e9af3 -> 4f65754ba


fix ci url


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/4f65754b
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/4f65754b
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/4f65754b

Branch: refs/heads/master
Commit: 4f65754bacb89d7ccac7c6a7bf82e14ead12fd7a
Parents: 8102e9a
Author: olivier lamy <ol...@apache.org>
Authored: Sat Dec 22 15:07:03 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Sat Dec 22 15:07:26 2012 +0100

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


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/4f65754b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2cfff35..2fea7e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/hudson/job/maven-surefire/</url>
+    <url>https://builds.apache.org/job/maven-surefire/</url>
   </ciManagement>
 
   <properties>