You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2014/09/15 13:18:02 UTC

[2/2] git commit: Fixed the references in the SCM part

Fixed the references in the SCM part


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

Branch: refs/heads/2.0
Commit: 4a30300fef551aaeb904070cb21951f23ec2dfce
Parents: 4302f8a
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Mon Sep 15 13:17:46 2014 +0200
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Mon Sep 15 13:17:46 2014 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/4a30300f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4bf0865..f60bb3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,9 +51,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/mina/mina/tags/2.0.6</connection>
-    <url>http://svn.apache.org/viewvc/mina/mina/tags/2.0.6</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/mina/branches/2.0</developerConnection>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/mina.git</connection>
+    <url>https://github.com/apache/mina/tree/2.0</url>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/mina.git</developerConnection>
   </scm>
 
   <distributionManagement>