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 74157f9fd SM-5686: Create OSGi bundle for fastinfoset 2.1.1
74157f9fd is described below

commit 74157f9fd6a5a368aecaa5bf0f785bdb1062fae7
Author: JB Onofré <[email protected]>
AuthorDate: Tue Feb 20 15:26:26 2024 +0100

    SM-5686: Create OSGi bundle for fastinfoset 2.1.1
---
 {fastinfoset-2.1.0 => fastinfoset-2.1.1}/pom.xml                  | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 pom.xml                                                           | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/fastinfoset-2.1.0/pom.xml b/fastinfoset-2.1.1/pom.xml
similarity index 96%
rename from fastinfoset-2.1.0/pom.xml
rename to fastinfoset-2.1.1/pom.xml
index 6ebaa578e..8b95e61b2 100644
--- a/fastinfoset-2.1.0/pom.xml
+++ b/fastinfoset-2.1.1/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>16</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.fastinfoset</artifactId>
-    <version>2.1.0_2-SNAPSHOT</version>
+    <version>2.1.1_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,13 @@
         
<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>2.1.0</pkgVersion>
+        <pkgVersion>2.1.1</pkgVersion>
+        
<servicemix.osgi.source.version>2.1.1.1</servicemix.osgi.source.version>
         <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-2.1.0/src/main/resources/OSGI-INF/bundle.info 
b/fastinfoset-2.1.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from fastinfoset-2.1.0/src/main/resources/OSGI-INF/bundle.info
rename to fastinfoset-2.1.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 4d9d6b095..acf933f50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,7 @@
       <module>braintree-java-3.32.0</module>
       <module>jt400-20.0.7</module>
       <module>elasticsearch-java-8.12.1</module>
+      <module>fastinfoset-2.1.1</module>
     </modules>
 
 </project>

Reply via email to