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 2022/11/01 18:30:15 UTC

[servicemix-bundles] branch master updated: [SM-5342] Create OSGi bundles for pulsar 2.10.2

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 46fcbe3ce [SM-5342] Create OSGi bundles for pulsar 2.10.2
46fcbe3ce is described below

commit 46fcbe3cecc587cbba4b3ba363351daeddd72afb
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Nov 1 19:29:50 2022 +0100

    [SM-5342] Create OSGi bundles for pulsar 2.10.2
---
 pom.xml                                                            | 2 ++
 {pulsar-client-2.10.1 => pulsar-client-2.10.2}/pom.xml             | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 {pulsar-client-admin-2.10.1 => pulsar-client-admin-2.10.2}/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 fdae41211..b4e257c13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,8 @@
 			<module>spring-data-commons-2.7.5</module>
 			<module>spring-data-keyvalue-2.7.5</module>
 			<module>spring-data-redis-2.7.5</module>
+			<module>pulsar-client-2.10.2</module>
+			<module>pulsar-client-admin-2.10.2</module>
     </modules>
 
 </project>
diff --git a/pulsar-client-2.10.1/pom.xml b/pulsar-client-2.10.2/pom.xml
similarity index 96%
rename from pulsar-client-2.10.1/pom.xml
rename to pulsar-client-2.10.2/pom.xml
index f9c1137f1..a59281c4f 100644
--- a/pulsar-client-2.10.1/pom.xml
+++ b/pulsar-client-2.10.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.pulsar-client</artifactId>
-    <version>2.10.1_2-SNAPSHOT</version>
+    <version>2.10.2_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>2.10.1</pkgVersion>
-        <servicemix.osgi.source.version>2.10.1.1</servicemix.osgi.source.version>
+        <pkgVersion>2.10.2</pkgVersion>
+        <servicemix.osgi.source.version>2.10.2.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             com.scurrilous.circe.*,
             avro.*,
diff --git a/pulsar-client-2.10.1/src/main/resources/OSGI-INF/bundle.info b/pulsar-client-2.10.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from pulsar-client-2.10.1/src/main/resources/OSGI-INF/bundle.info
rename to pulsar-client-2.10.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pulsar-client-admin-2.10.1/pom.xml b/pulsar-client-admin-2.10.2/pom.xml
similarity index 96%
rename from pulsar-client-admin-2.10.1/pom.xml
rename to pulsar-client-admin-2.10.2/pom.xml
index 6a798344d..7cc6d26b5 100644
--- a/pulsar-client-admin-2.10.1/pom.xml
+++ b/pulsar-client-admin-2.10.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.pulsar-client-admin</artifactId>
-    <version>2.10.1_2-SNAPSHOT</version>
+    <version>2.10.2_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>2.10.1</pkgVersion>
-        <servicemix.osgi.source.version>2.10.1.1</servicemix.osgi.source.version>
+        <pkgVersion>2.10.2</pkgVersion>
+        <servicemix.osgi.source.version>2.10.2.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.pulsar
         </servicemix.osgi.export.pkg>
diff --git a/pulsar-client-admin-2.10.1/src/main/resources/OSGI-INF/bundle.info b/pulsar-client-admin-2.10.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from pulsar-client-admin-2.10.1/src/main/resources/OSGI-INF/bundle.info
rename to pulsar-client-admin-2.10.2/src/main/resources/OSGI-INF/bundle.info