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 a1ee41e9e SM-5623: Create OSGi bundle for fastjson 2.0.40
a1ee41e9e is described below
commit a1ee41e9e703c187b5a2ff479885437fa4082072
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Sep 30 16:12:54 2023 +0200
SM-5623: Create OSGi bundle for fastjson 2.0.40
---
{fastjson-2.0.39 => fastjson-2.0.40}/pom.xml | 11 +++++------
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/fastjson-2.0.39/pom.xml b/fastjson-2.0.40/pom.xml
similarity index 94%
rename from fastjson-2.0.39/pom.xml
rename to fastjson-2.0.40/pom.xml
index d0c3f08fa..8cd84ff2d 100644
--- a/fastjson-2.0.39/pom.xml
+++ b/fastjson-2.0.40/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>15</version>
+ <version>16-SNAPSHOT</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.fastjson</artifactId>
- <version>2.0.39_2-SNAPSHOT</version>
+ <version>2.0.40_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.39</pkgVersion>
-
<servicemix.osgi.source.version>2.0.39.1</servicemix.osgi.source.version>
+ <pkgVersion>2.0.40</pkgVersion>
+
<servicemix.osgi.source.version>2.0.40.1</servicemix.osgi.source.version>
<servicemix.osgi.export>
- com.alibaba.fastjson*;version=2.0.39;-split-package:=merge-first
+ com.alibaba.fastjson*;version=2.0.40;-split-package:=merge-first
</servicemix.osgi.export>
<servicemix.osgi.import.pkg>
</servicemix.osgi.import.pkg>
diff --git a/fastjson-2.0.39/src/main/resources/OSGI-INF/bundle.info
b/fastjson-2.0.40/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from fastjson-2.0.39/src/main/resources/OSGI-INF/bundle.info
rename to fastjson-2.0.40/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 809a5e1bc..1be670c0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,6 +122,7 @@
<module>avro-ipc-1.11.3</module>
<module>elasticsearch-java-8.10.2</module>
<module>opensearch-2.10.0</module>
+ <module>fastjson-2.0.40</module>
</modules>
</project>