You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2019/08/22 11:10:07 UTC

[servicemix-bundles] branch master updated: [SM-4146] Create OSGi bundle for Fastjson 1.2.59

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 3a59e69  [SM-4146] Create OSGi bundle for Fastjson 1.2.59
3a59e69 is described below

commit 3a59e6996891c9174273eeec3c18eb588071f47b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 22 12:10:35 2019 +0200

    [SM-4146] Create OSGi bundle for Fastjson 1.2.59
---
 {fastjson-1.2.58 => fastjson-1.2.59}/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.58/pom.xml b/fastjson-1.2.59/pom.xml
similarity index 96%
rename from fastjson-1.2.58/pom.xml
rename to fastjson-1.2.59/pom.xml
index 5a78cd7..49d556a 100644
--- a/fastjson-1.2.58/pom.xml
+++ b/fastjson-1.2.59/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.fastjson</artifactId>
-    <version>1.2.58_2-SNAPSHOT</version>
+    <version>1.2.59_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.58</pkgVersion>
+        <pkgVersion>1.2.59</pkgVersion>
         <servicemix.osgi.export>
-          com.alibaba.fastjson*;version=1.2.58;-split-package:=merge-first
+          com.alibaba.fastjson*;version=1.2.59;-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
         </servicemix.osgi.import.pkg>
diff --git a/fastjson-1.2.58/src/main/resources/OSGI-INF/bundle.info b/fastjson-1.2.59/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from fastjson-1.2.58/src/main/resources/OSGI-INF/bundle.info
rename to fastjson-1.2.59/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index cf87cba..862ba3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,7 @@
        <module>any23-2.3</module>
        <module>opensaml-3.4.3</module>
        <module>opensaml-3.3.1</module>
+       <module>fastjson-1.2.59</module>
     </modules>
 
 </project>