Updated Branches: refs/heads/master bb893f824 -> ab5821575
Add git scm section Project: http://git-wip-us.apache.org/repos/asf/karaf-cave/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cave/commit/ab582157 Tree: http://git-wip-us.apache.org/repos/asf/karaf-cave/tree/ab582157 Diff: http://git-wip-us.apache.org/repos/asf/karaf-cave/diff/ab582157 Branch: refs/heads/master Commit: ab58215756498062d38b67880c456c705a8b67d7 Parents: bb893f8 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Dec 18 09:23:43 2013 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Dec 18 09:23:43 2013 +0100 ---------------------------------------------------------------------- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cave/blob/ab582157/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index addcd43..b93d4ad 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,11 @@ <module>assembly</module> </modules> - <!-- TODO add scm section when moving to Karaf svn --> + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/karaf-cave.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/karaf-cave.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=karaf-cave.git;a=summary</url> + </scm> <dependencyManagement> <dependencies>
