Updated Branches: refs/heads/trunk 678492c46 -> 5c0adffa3
changed SCM URL to use GIT Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/5c0adffa Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/5c0adffa Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/5c0adffa Branch: refs/heads/trunk Commit: 5c0adffa31f4f659fdf41b6015a76c601c75fe77 Parents: 678492c Author: Julien Vermillard <[email protected]> Authored: Tue Jul 9 13:52:50 2013 +0200 Committer: Julien Vermillard <[email protected]> Committed: Tue Jul 9 13:52:50 2013 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina/blob/5c0adffa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5d6b944..53d8cc1 100644 --- a/pom.xml +++ b/pom.xml @@ -51,9 +51,9 @@ </issueManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/mina/tags/build-3.0.0-M1-SNAPSHOT</connection> + <connection>scm:git:http://git-wip-us.apache.org/repos/asf/mina.git</connection> <url>http://svn.apache.org/viewvc/directory/mina/tags/build-3.0.0-M1-SNAPSHOT</url> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/tags/build-3.0.0-M1-SNAPSHOT</developerConnection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/mina.git</developerConnection> </scm> <distributionManagement>
