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/b3cd65b8 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/b3cd65b8 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/b3cd65b8 Branch: refs/heads/master Commit: b3cd65b815dba74bdc70b4e10a7262f09708008b Parents: 11d1ff2 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Mar 23 14:07:54 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Mar 23 14:07:54 2015 +0100 ---------------------------------------------------------------------- spring-test-4.1.0.RELEASE/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/b3cd65b8/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 63cd6e6..3c520d7 100644 --- a/spring-test-4.1.0.RELEASE/pom.xml +++ b/spring-test-4.1.0.RELEASE/pom.xml @@ -30,9 +30,16 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.spring-test</artifactId> - <version>4.1.0.RELEASE_5</version> + <version>4.1.0.RELEASE_5-SNAPSHOT</version> <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> + <tag>HEAD</tag> + </scm> <properties> <pkgGroupId>org.springframework</pkgGroupId>
