This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git
The following commit(s) were added to refs/heads/master by this push:
new 68507d4 [SM-4181] Create OSGi bundles for Fastjson 1.2.61
68507d4 is described below
commit 68507d46721b862f66d089f2b7e6e39aded75e4b
Author: Andrea Cosentino <[email protected]>
AuthorDate: Sun Sep 22 12:38:34 2019 +0200
[SM-4181] Create OSGi bundles for Fastjson 1.2.61
---
{fastjson-1.2.59 => fastjson-1.2.61}/pom.xml | 4 ++--
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/fastjson-1.2.59/pom.xml b/fastjson-1.2.61/pom.xml
similarity index 98%
rename from fastjson-1.2.59/pom.xml
rename to fastjson-1.2.61/pom.xml
index 6e7be87..61b120e 100644
--- a/fastjson-1.2.59/pom.xml
+++ b/fastjson-1.2.61/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.fastjson</artifactId>
- <version>1.2.59_2-SNAPSHOT</version>
+ <version>1.2.61_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -45,7 +45,7 @@
<properties>
<pkgGroupId>com.alibaba</pkgGroupId>
<pkgArtifactId>fastjson</pkgArtifactId>
- <pkgVersion>1.2.59</pkgVersion>
+ <pkgVersion>1.2.61</pkgVersion>
<servicemix.osgi.export>
com.alibaba.fastjson*;version=1.2.59;-split-package:=merge-first
</servicemix.osgi.export>
diff --git a/fastjson-1.2.59/src/main/resources/OSGI-INF/bundle.info
b/fastjson-1.2.61/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from fastjson-1.2.59/src/main/resources/OSGI-INF/bundle.info
rename to fastjson-1.2.61/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 632e0e5..b806221 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,6 +52,7 @@
<module>spring-security-core-4.2.13.RELEASE</module>
<module>elasticsearch-client-6.1.1</module>
<module>elasticsearch-6.1.1</module>
+ <module>fastjson-1.2.61</module>
</modules>
</project>