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 cc2ef0080 SM-5742: Create OSGi bundles for pulsar 3.3.0
cc2ef0080 is described below

commit cc2ef0080391d2fba439d0d9a239ce2de4415567
Author: JB Onofré <[email protected]>
AuthorDate: Tue Jul 16 07:00:37 2024 +0200

    SM-5742: Create OSGi bundles for pulsar 3.3.0
---
 pom.xml                                                            | 2 ++
 {pulsar-client-3.2.2 => pulsar-client-3.3.0}/pom.xml               | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 {pulsar-client-admin-3.2.2 => pulsar-client-admin-3.3.0}/pom.xml   | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5f4d1a583..b7702d666 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,8 @@
       <module>hapi-fhir-structures-r4-7.2.1</module>
       <module>hapi-fhir-validation-7.2.1</module>
       <module>postgresql-42.7.3</module>
+      <module>pulsar-client-3.3.0</module>
+      <module>pulsar-client-admin-3.3.0</module>
     </modules>
 
 </project>
diff --git a/pulsar-client-3.2.2/pom.xml b/pulsar-client-3.3.0/pom.xml
similarity index 96%
rename from pulsar-client-3.2.2/pom.xml
rename to pulsar-client-3.3.0/pom.xml
index 9e59ae5b0..90d7a1cd1 100644
--- a/pulsar-client-3.2.2/pom.xml
+++ b/pulsar-client-3.3.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.pulsar-client</artifactId>
-    <version>3.2.2_2-SNAPSHOT</version>
+    <version>3.3.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -39,14 +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>org.apache.pulsar</pkgGroupId>
         <pkgArtifactId>pulsar-client</pkgArtifactId>
-        <pkgVersion>3.2.2</pkgVersion>
-        
<servicemix.osgi.source.version>3.2.2.1</servicemix.osgi.source.version>
+        <pkgVersion>3.3.0</pkgVersion>
+        
<servicemix.osgi.source.version>3.3.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             com.scurrilous.circe.*,
             avro.*,
diff --git a/pulsar-client-3.2.2/src/main/resources/OSGI-INF/bundle.info 
b/pulsar-client-3.3.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from pulsar-client-3.2.2/src/main/resources/OSGI-INF/bundle.info
rename to pulsar-client-3.3.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pulsar-client-admin-3.2.2/pom.xml 
b/pulsar-client-admin-3.3.0/pom.xml
similarity index 96%
rename from pulsar-client-admin-3.2.2/pom.xml
rename to pulsar-client-admin-3.3.0/pom.xml
index a0336412d..3d1b5da8c 100644
--- a/pulsar-client-admin-3.2.2/pom.xml
+++ b/pulsar-client-admin-3.3.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.pulsar-client-admin</artifactId>
-    <version>3.2.2_2-SNAPSHOT</version>
+    <version>3.3.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -39,14 +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>org.apache.pulsar</pkgGroupId>
         <pkgArtifactId>pulsar-client-admin</pkgArtifactId>
-        <pkgVersion>3.2.2</pkgVersion>
-        
<servicemix.osgi.source.version>3.2.2.1</servicemix.osgi.source.version>
+        <pkgVersion>3.3.0</pkgVersion>
+        
<servicemix.osgi.source.version>3.3.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.pulsar
         </servicemix.osgi.export.pkg>
diff --git a/pulsar-client-admin-3.2.2/src/main/resources/OSGI-INF/bundle.info 
b/pulsar-client-admin-3.3.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from pulsar-client-admin-3.2.2/src/main/resources/OSGI-INF/bundle.info
rename to pulsar-client-admin-3.3.0/src/main/resources/OSGI-INF/bundle.info

Reply via email to