Repository: servicemix-bundles Updated Branches: refs/heads/master 11de52c44 -> 989605843
Upgrade to bundles-pom 12 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/98960584 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/98960584 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/98960584 Branch: refs/heads/master Commit: 989605843808484a62749b521918d04b39d9319b Parents: 11de52c Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Sep 1 07:56:28 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Sep 1 07:56:28 2015 +0200 ---------------------------------------------------------------------- spring-context-4.1.1.RELEASE/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/98960584/spring-context-4.1.1.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-context-4.1.1.RELEASE/pom.xml b/spring-context-4.1.1.RELEASE/pom.xml index 5ec275f..8a9beeb 100644 --- a/spring-context-4.1.1.RELEASE/pom.xml +++ b/spring-context-4.1.1.RELEASE/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>11</version> + <version>12</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> @@ -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-context</pkgArtifactId>
