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 a04bc4cd6 [SM-5522] Create OSGi bundle for fastjson 2.0.26
a04bc4cd6 is described below

commit a04bc4cd6f0de6994c869c123f372e9da3e3a9fa
Author: JB Onofré <[email protected]>
AuthorDate: Tue Apr 11 17:36:53 2023 +0200

    [SM-5522] Create OSGi bundle for fastjson 2.0.26
---
 {fastjson-2.0.23 => fastjson-2.0.26}/pom.xml                     | 9 ++++-----
 .../src/main/resources/OSGI-INF/bundle.info                      | 0
 pom.xml                                                          | 1 +
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/fastjson-2.0.23/pom.xml b/fastjson-2.0.26/pom.xml
similarity index 94%
rename from fastjson-2.0.23/pom.xml
rename to fastjson-2.0.26/pom.xml
index 2d863ee7b..0b5606531 100644
--- a/fastjson-2.0.23/pom.xml
+++ b/fastjson-2.0.26/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.fastjson</artifactId>
-    <version>2.0.23_2-SNAPSHOT</version>
+    <version>2.0.26_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -39,16 +39,15 @@
         
<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>2.0.23</pkgVersion>
-        
<servicemix.osgi.source.version>2.0.23.1</servicemix.osgi.source.version>
+        <pkgVersion>2.0.26</pkgVersion>
+        
<servicemix.osgi.source.version>2.0.26.1</servicemix.osgi.source.version>
         <servicemix.osgi.export>
-          com.alibaba.fastjson*;version=2.0.23;-split-package:=merge-first
+          com.alibaba.fastjson*;version=2.0.26;-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
         </servicemix.osgi.import.pkg>
diff --git a/fastjson-2.0.23/src/main/resources/OSGI-INF/bundle.info 
b/fastjson-2.0.26/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from fastjson-2.0.23/src/main/resources/OSGI-INF/bundle.info
rename to fastjson-2.0.26/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 46e79b935..c99978f8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,6 +119,7 @@
                        <module>snmp4j-3.7.7</module>
                        <module>google-cloud-pubsub-1.123.8</module>
                        <module>docker-java-3.3.0</module>
+                       <module>fastjson-2.0.26</module>
     </modules>
 
 </project>

Reply via email to