You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2013/08/11 00:04:45 UTC

[3/3] git commit: Update SCM URLs to reflect the move from subversion to git. Update ciManagement URL.

Update SCM URLs to reflect the move from subversion to git.
Update ciManagement URL.


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

Branch: refs/heads/maven-2.2.x
Commit: 7812361c94b1eafd59a8d437f693337e8f4df21a
Parents: 2b7608f
Author: Dennis Lundberg <de...@apache.org>
Authored: Sun Aug 11 00:04:13 2013 +0200
Committer: Dennis Lundberg <de...@apache.org>
Committed: Sun Aug 11 00:04:13 2013 +0200

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/7812361c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a5c14ea..3c71138 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,13 +115,13 @@ under the License.
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x</url>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=maven.git</url>
   </scm>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/hudson/job/maven-2.2.x/</url>
+    <url>https://builds.apache.org/job/maven-2.2.x/</url>
   </ciManagement>
 
   <build>