Repository: servicemix-bundles Updated Branches: refs/heads/master e5d63f1df -> 79eaa7c11
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/79eaa7c1 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/79eaa7c1 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/79eaa7c1 Branch: refs/heads/master Commit: 79eaa7c1114341a2ad0a316e2f92ffc6b376e79f Parents: e5d63f1 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Mar 7 08:29:26 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Mar 7 08:29:26 2015 +0100 ---------------------------------------------------------------------- lightcouch-0.1.6/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/79eaa7c1/lightcouch-0.1.6/pom.xml ---------------------------------------------------------------------- diff --git a/lightcouch-0.1.6/pom.xml b/lightcouch-0.1.6/pom.xml index 8bf6080..d55d171 100644 --- a/lightcouch-0.1.6/pom.xml +++ b/lightcouch-0.1.6/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> @@ -35,6 +35,13 @@ <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> + <tag>HEAD</tag> + </scm> + <properties> <pkgGroupId>org.lightcouch</pkgGroupId> <pkgArtifactId>lightcouch</pkgArtifactId>
