Repository: servicemix-bundles Updated Branches: refs/heads/master aeed77732 -> c13ad8f20
[maven-release-plugin] prepare release org.apache.servicemix.bundles.fastjson-1.2.39_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/c13ad8f2 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/c13ad8f2 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/c13ad8f2 Branch: refs/heads/master Commit: c13ad8f208621532821470a24bd331de2adada4f Parents: aeed777 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Oct 21 08:00:39 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Oct 21 08:00:39 2017 +0200 ---------------------------------------------------------------------- fastjson-1.2.39/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c13ad8f2/fastjson-1.2.39/pom.xml ---------------------------------------------------------------------- diff --git a/fastjson-1.2.39/pom.xml b/fastjson-1.2.39/pom.xml index d758a01..9b41bc0 100644 --- a/fastjson-1.2.39/pom.xml +++ b/fastjson-1.2.39/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.fastjson</artifactId> - <version>1.2.39_1-SNAPSHOT</version> + <version>1.2.39_1</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> @@ -39,6 +39,7 @@ <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>org.apache.servicemix.bundles.fastjson-1.2.39_1</tag> </scm> <properties>
