You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2022/03/28 14:10:12 UTC

[servicemix-bundles] branch master updated: [SM-5072] Create OSGi bundle for fastjson 1.2.80

This is an automated email from the ASF dual-hosted git repository.

jbonofre 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 860b34d  [SM-5072] Create OSGi bundle for fastjson 1.2.80
860b34d is described below

commit 860b34dd10a934f321761f63bf4e76ac60a3a49f
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Mar 28 16:09:52 2022 +0200

    [SM-5072] Create OSGi bundle for fastjson 1.2.80
---
 {fastjson-1.2.79 => fastjson-1.2.80}/pom.xml                       | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 pom.xml                                                            | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/fastjson-1.2.79/pom.xml b/fastjson-1.2.80/pom.xml
similarity index 96%
rename from fastjson-1.2.79/pom.xml
rename to fastjson-1.2.80/pom.xml
index d5c94e9..3004105 100644
--- a/fastjson-1.2.79/pom.xml
+++ b/fastjson-1.2.80/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.fastjson</artifactId>
-    <version>1.2.79_2-SNAPSHOT</version>
+    <version>1.2.80_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,15 +39,14 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>com.alibaba</pkgGroupId>
         <pkgArtifactId>fastjson</pkgArtifactId>
-        <pkgVersion>1.2.79</pkgVersion>
+        <pkgVersion>1.2.80</pkgVersion>
         <servicemix.osgi.export>
-          com.alibaba.fastjson*;version=1.2.79;-split-package:=merge-first
+          com.alibaba.fastjson*;version=1.2.80;-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
         </servicemix.osgi.import.pkg>
diff --git a/fastjson-1.2.79/src/main/resources/OSGI-INF/bundle.info b/fastjson-1.2.80/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from fastjson-1.2.79/src/main/resources/OSGI-INF/bundle.info
rename to fastjson-1.2.80/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 8694c03..8ce16ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,7 @@
       <module>spring-data-keyvalue-2.6.3</module>
       <module>spring-data-redis-2.6.3</module>
       <module>bazaarvoice-jolt-0.1.6</module>
+      <module>fastjson-1.2.80</module>
     </modules>
 
 </project>