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 c413968b9 SM-5599: Create OSGi bundle for fastjson 2.0.39
c413968b9 is described below

commit c413968b95ac729101fe5ddf553375a70dae2ee7
Author: JB Onofré <[email protected]>
AuthorDate: Fri Aug 25 16:07:22 2023 +0200

    SM-5599: Create OSGi bundle for fastjson 2.0.39
---
 {fastjson-2.0.38 => fastjson-2.0.39}/pom.xml                      | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 pom.xml                                                           | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/fastjson-2.0.38/pom.xml b/fastjson-2.0.39/pom.xml
similarity index 95%
rename from fastjson-2.0.38/pom.xml
rename to fastjson-2.0.39/pom.xml
index 803658278..06ed2430e 100644
--- a/fastjson-2.0.38/pom.xml
+++ b/fastjson-2.0.39/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.fastjson</artifactId>
-    <version>2.0.38_1-SNAPSHOT</version>
+    <version>2.0.39_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -44,10 +44,10 @@
     <properties>
         <pkgGroupId>com.alibaba</pkgGroupId>
         <pkgArtifactId>fastjson</pkgArtifactId>
-        <pkgVersion>2.0.38</pkgVersion>
-        
<servicemix.osgi.source.version>2.0.38.1</servicemix.osgi.source.version>
+        <pkgVersion>2.0.39</pkgVersion>
+        
<servicemix.osgi.source.version>2.0.39.1</servicemix.osgi.source.version>
         <servicemix.osgi.export>
-          com.alibaba.fastjson*;version=2.0.38;-split-package:=merge-first
+          com.alibaba.fastjson*;version=2.0.39;-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
         </servicemix.osgi.import.pkg>
diff --git a/fastjson-2.0.38/src/main/resources/OSGI-INF/bundle.info 
b/fastjson-2.0.39/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from fastjson-2.0.38/src/main/resources/OSGI-INF/bundle.info
rename to fastjson-2.0.39/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 9f8646281..2b37a3d60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
 
     <modules>
                        <module>janino-3.1.10</module>
-                       <module>fastjson-2.0.38</module>
+                       <module>fastjson-2.0.39</module>
                        <module>solr-solrj-9.3.0</module>
                        <module>opensearch-2.9.0</module>
                        <module>elasticsearch-java-8.9.0</module>

Reply via email to