Add scm element
Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/1e9ed9a1 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/1e9ed9a1 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/1e9ed9a1 Branch: refs/heads/master Commit: 1e9ed9a14a989d5ea966d3d135ede29310b279f6 Parents: 609330e Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Mar 23 14:56:36 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Mar 23 14:56:36 2015 +0100 ---------------------------------------------------------------------- spring-test-4.1.0.RELEASE/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/1e9ed9a1/spring-test-4.1.0.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-test-4.1.0.RELEASE/pom.xml b/spring-test-4.1.0.RELEASE/pom.xml index 846a33d..5528905 100644 --- a/spring-test-4.1.0.RELEASE/pom.xml +++ b/spring-test-4.1.0.RELEASE/pom.xml @@ -34,6 +34,12 @@ <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + </scm> + <properties> <pkgGroupId>org.springframework</pkgGroupId> <pkgArtifactId>spring-test</pkgArtifactId>
