Repository: archiva-redback-core Updated Branches: refs/heads/master 0522c3647 -> d754dee6f
fix scm informations Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/d754dee6 Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/d754dee6 Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/d754dee6 Branch: refs/heads/master Commit: d754dee6f775cc07665fdb82ec77ced409cac043 Parents: 0522c36 Author: Olivier Lamy <[email protected]> Authored: Thu Apr 10 10:21:28 2014 +1000 Committer: Olivier Lamy <[email protected]> Committed: Thu Apr 10 10:21:28 2014 +1000 ---------------------------------------------------------------------- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/d754dee6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a102407..8b059e9 100644 --- a/pom.xml +++ b/pom.xml @@ -57,10 +57,9 @@ </modules> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/ - </developerConnection> - <url>http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/redback-core.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/redback-core.git</developerConnection> + <url>https://github.com/apache/redback-core</url> </scm> <distributionManagement>
