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 2019/01/16 16:30:24 UTC

[servicemix-bundles] branch master updated: [SM-3915] Create OSGi bundle for fastinfoset 1.2.16

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 5f7c935  [SM-3915] Create OSGi bundle for fastinfoset 1.2.16
5f7c935 is described below

commit 5f7c935e8cb39bbd023fc0252ea556780bd4be3d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Jan 16 17:29:48 2019 +0100

    [SM-3915] Create OSGi bundle for fastinfoset 1.2.16
---
 {fastinfoset-1.2.15 => fastinfoset-1.2.16}/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.15/pom.xml b/fastinfoset-1.2.16/pom.xml
similarity index 97%
rename from fastinfoset-1.2.15/pom.xml
rename to fastinfoset-1.2.16/pom.xml
index eb86c71..da47a51 100644
--- a/fastinfoset-1.2.15/pom.xml
+++ b/fastinfoset-1.2.16/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.fastinfoset</artifactId>
-    <version>1.2.15_2-SNAPSHOT</version>
+    <version>1.2.16_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.15</pkgVersion>
+        <pkgVersion>1.2.16</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.15/src/main/resources/OSGI-INF/bundle.info b/fastinfoset-1.2.16/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from fastinfoset-1.2.15/src/main/resources/OSGI-INF/bundle.info
rename to fastinfoset-1.2.16/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 5421e3a..8bae5be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,7 @@
         <module>spring-webmvc-5.1.3.RELEASE</module>
         <module>spring-websocket-5.1.3.RELEASE</module>
         <module>spring-ldap-2.3.2.RELEASE</module>
+        <module>fastinfoset-1.2.16</module>
     </modules>
 
 </project>