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 b90d385 [SM-4037] Create OSGI bundle for Fastjson 1.2.57
b90d385 is described below
commit b90d3853b4caedc6d22e77c01e2c252cf46c9ebf
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Apr 19 11:19:48 2019 +0200
[SM-4037] Create OSGI bundle for Fastjson 1.2.57
---
{fastjson-1.2.56 => fastjson-1.2.57}/pom.xml | 6 +++---
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/fastjson-1.2.56/pom.xml b/fastjson-1.2.57/pom.xml
similarity index 96%
rename from fastjson-1.2.56/pom.xml
rename to fastjson-1.2.57/pom.xml
index 354a3d3..f38c2e0 100644
--- a/fastjson-1.2.56/pom.xml
+++ b/fastjson-1.2.57/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.fastjson</artifactId>
- <version>1.2.56_2-SNAPSHOT</version>
+ <version>1.2.57_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -45,9 +45,9 @@
<properties>
<pkgGroupId>com.alibaba</pkgGroupId>
<pkgArtifactId>fastjson</pkgArtifactId>
- <pkgVersion>1.2.56</pkgVersion>
+ <pkgVersion>1.2.57</pkgVersion>
<servicemix.osgi.export>
- com.alibaba.fastjson*;version=1.2.56;-split-package:=merge-first
+ com.alibaba.fastjson*;version=1.2.57;-split-package:=merge-first
</servicemix.osgi.export>
<servicemix.osgi.import.pkg>
</servicemix.osgi.import.pkg>
diff --git a/fastjson-1.2.56/src/main/resources/OSGI-INF/bundle.info
b/fastjson-1.2.57/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from fastjson-1.2.56/src/main/resources/OSGI-INF/bundle.info
rename to fastjson-1.2.57/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 8366545..94b98dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
<name>Apache ServiceMix :: Bundles</name>
<modules>
+ <module>fastjson-1.2.57</module>
</modules>
</project>