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/10/14 14:01:48 UTC

[servicemix-bundles] branch master updated (f1c4b60 -> 9357c49)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git.


    from f1c4b60  [maven-release-plugin] prepare for next development iteration
     new 47ebbf2  Started a new release cycle
     new 9357c49  [SM-4200] Create OSGi bundle for Fastjson 1.2.62

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 {fastjson-1.2.61 => fastjson-1.2.62}/pom.xml       |  6 ++---
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 pom.xml                                            | 30 +---------------------
 3 files changed, 4 insertions(+), 32 deletions(-)
 rename {fastjson-1.2.61 => fastjson-1.2.62}/pom.xml (96%)
 rename {fastjson-1.2.61 => fastjson-1.2.62}/src/main/resources/OSGI-INF/bundle.info (100%)


[servicemix-bundles] 01/02: Started a new release cycle

Posted by ac...@apache.org.
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

commit 47ebbf2feebfb70f124f5925c1e3d76bb5f75baf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 14 15:59:28 2019 +0200

    Started a new release cycle
---
 pom.xml | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1b15c84..8366545 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,35 +42,6 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
-        <module>pulsar-client-2.4.1</module>
-        <module>pulsar-client-admin-2.4.1</module>
-        <module>kafka-clients-2.3.0</module>
-        <module>kafka-clients-2.2.1</module>
-        <module>kafka-clients-2.1.1</module>
-        <module>kafka-clients-2.0.1</module>
-        <module>kafka-clients-1.1.1</module>
-        <module>spring-security-core-4.2.13.RELEASE</module>
-        <module>elasticsearch-client-6.1.1</module>
-        <module>elasticsearch-6.1.1</module>
-        <module>fastjson-1.2.61</module>
-        <module>java-util-1.36.0</module>
-        <module>avro-1.9.1</module>
-        <module>avro-ipc-1.9.1</module>
-        <module>ognl-3.2.11</module>
-        <module>elasticsearch-7.3.2</module>
-        <module>okio-2.4.0</module>
-        <module>okhttp-4.2.0</module>
-        <module>bcpg-jdk15on-1.63</module>
-        <module>hbase-2.2.1</module>
-        <module>saxon-9.9.1-5</module>
-        <module>hadoop-client-3.2.1</module>
-        <module>javax-el-impl-3.0.3</module>
-        <module>postgresql-42.2.8.jre7</module>
-        <module>aws-java-sdk-1.11.636</module>
-        <module>azure-keyvault-core-1.2.2</module>
-        <module>fastinfoset-1.2.17</module>
-        <module>libphonenumber-8.10.19</module>
-        <module>braintree-java-2.104.0</module>
     </modules>
 
 </project>


[servicemix-bundles] 02/02: [SM-4200] Create OSGi bundle for Fastjson 1.2.62

Posted by ac...@apache.org.
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

commit 9357c491eb2605bb6a379f65a77002a376cf32a9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 14 16:01:19 2019 +0200

    [SM-4200] Create OSGi bundle for Fastjson 1.2.62
---
 {fastjson-1.2.61 => fastjson-1.2.62}/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.61/pom.xml b/fastjson-1.2.62/pom.xml
similarity index 96%
rename from fastjson-1.2.61/pom.xml
rename to fastjson-1.2.62/pom.xml
index 9836421..cc1a992 100644
--- a/fastjson-1.2.61/pom.xml
+++ b/fastjson-1.2.62/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.fastjson</artifactId>
-    <version>1.2.61_2-SNAPSHOT</version>
+    <version>1.2.62_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.61</pkgVersion>
+        <pkgVersion>1.2.62</pkgVersion>
         <servicemix.osgi.export>
-          com.alibaba.fastjson*;version=1.2.59;-split-package:=merge-first
+          com.alibaba.fastjson*;version=1.2.62;-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
         </servicemix.osgi.import.pkg>
diff --git a/fastjson-1.2.61/src/main/resources/OSGI-INF/bundle.info b/fastjson-1.2.62/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from fastjson-1.2.61/src/main/resources/OSGI-INF/bundle.info
rename to fastjson-1.2.62/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 8366545..fe7ddca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
+       <module>fastjson-1.2.62</module>
     </modules>
 
 </project>