Repository: servicemix-bundles Updated Branches: refs/heads/master de7146d49 -> df3be01a3
[maven-release-plugin] prepare release org.apache.servicemix.bundles.json4s_2.11-3.5.1_1 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/df3be01a Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/df3be01a Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/df3be01a Branch: refs/heads/master Commit: df3be01a3fc8ce2c72e10da1a40c3ef57ba62500 Parents: de7146d Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu May 4 09:47:44 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu May 4 09:47:44 2017 +0200 ---------------------------------------------------------------------- json4s_2.11-3.5.1/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/df3be01a/json4s_2.11-3.5.1/pom.xml ---------------------------------------------------------------------- diff --git a/json4s_2.11-3.5.1/pom.xml b/json4s_2.11-3.5.1/pom.xml index 63df92e..5302e51 100644 --- a/json4s_2.11-3.5.1/pom.xml +++ b/json4s_2.11-3.5.1/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.json4s_2.11</artifactId> - <version>3.5.1_1-SNAPSHOT</version> + <version>3.5.1_1</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps json4s ${pkgVersion} jar files.</description> @@ -39,7 +39,8 @@ <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> + <tag>org.apache.servicemix.bundles.json4s_2.11-3.5.1_1</tag> + </scm> <properties> <pkgGroupId>org.json4s</pkgGroupId>
