Repository: servicemix-bundles Updated Branches: refs/heads/master a5af12f53 -> 6ed449966
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/6ed44996 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/6ed44996 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/6ed44996 Branch: refs/heads/master Commit: 6ed4499664b97d02b5c78d04bd28ffb71d8c6d11 Parents: a5af12f Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Mar 27 08:40:28 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Mar 27 08:40:28 2015 +0100 ---------------------------------------------------------------------- json4s_2.11-3.2.11/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/6ed44996/json4s_2.11-3.2.11/pom.xml ---------------------------------------------------------------------- diff --git a/json4s_2.11-3.2.11/pom.xml b/json4s_2.11-3.2.11/pom.xml index d462c94..db95f86 100644 --- a/json4s_2.11-3.2.11/pom.xml +++ b/json4s_2.11-3.2.11/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>12-SNAPSHOT</version> + <version>12</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> @@ -35,6 +35,12 @@ <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps json4s ${pkgVersion} jar files.</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>org.json4s</pkgGroupId> <pkgArtifactId>json4s_2.11</pkgArtifactId>
