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 2020/07/27 13:23:19 UTC

[servicemix-bundles] branch master updated: [SM-4467] Create OSGi bundle for fastinfoset 1.2.18

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 c4d001d  [SM-4467] Create OSGi bundle for fastinfoset 1.2.18
c4d001d is described below

commit c4d001df16242afdf0da8bb8bf4dce3ce3d8aafb
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jul 27 15:22:30 2020 +0200

    [SM-4467] Create OSGi bundle for fastinfoset 1.2.18
---
 {fastinfoset-1.2.17 => fastinfoset-1.2.18}/pom.xml                   | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fastinfoset-1.2.17/pom.xml b/fastinfoset-1.2.18/pom.xml
similarity index 97%
rename from fastinfoset-1.2.17/pom.xml
rename to fastinfoset-1.2.18/pom.xml
index 2b2109a..831536d 100644
--- a/fastinfoset-1.2.17/pom.xml
+++ b/fastinfoset-1.2.18/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.fastinfoset</artifactId>
-    <version>1.2.17_2-SNAPSHOT</version>
+    <version>1.2.18_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <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.sun.xml.fastinfoset</pkgGroupId>
         <pkgArtifactId>FastInfoset</pkgArtifactId>
-        <pkgVersion>1.2.17</pkgVersion>
+        <pkgVersion>1.2.18</pkgVersion>
         <servicemix.osgi.export>
             org.jvnet.fastinfoset*;version=${pkgVersion};-split-package:=merge-first,
             com.sun.xml.fastinfoset*;version=${pkgVersion};-split-package:=merge-first
diff --git a/fastinfoset-1.2.17/src/main/resources/OSGI-INF/bundle.info b/fastinfoset-1.2.18/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from fastinfoset-1.2.17/src/main/resources/OSGI-INF/bundle.info
rename to fastinfoset-1.2.18/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 827baf2..3983388 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,7 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
+      <module>fastinfoset-1.2.18</module>
     </modules>
 
 </project>