Update bundles-pom
Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/aab138e2 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/aab138e2 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/aab138e2 Branch: refs/heads/master Commit: aab138e2212a34a889cde534d472d80303e8e46e Parents: 38c19d8 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun Jul 2 21:31:42 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Jul 2 21:31:42 2017 +0200 ---------------------------------------------------------------------- commons-collections-3.2.1/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/aab138e2/commons-collections-3.2.1/pom.xml ---------------------------------------------------------------------- diff --git a/commons-collections-3.2.1/pom.xml b/commons-collections-3.2.1/pom.xml index ca6bae5..0f4878e 100644 --- a/commons-collections-3.2.1/pom.xml +++ b/commons-collections-3.2.1/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>9-SNAPSHOT</version> + <version>13</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> @@ -35,6 +35,12 @@ <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> + <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>commons-collections</pkgGroupId> <pkgArtifactId>commons-collections</pkgArtifactId>
