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 5ce81bfea [SM-5117] Create OSGi bundle for azure-messaging-eventhubs 
5.11.2
5ce81bfea is described below

commit 5ce81bfea5a05f54423bb43296600f2912ab571b
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Apr 28 09:29:37 2022 +0200

    [SM-5117] Create OSGi bundle for azure-messaging-eventhubs 5.11.2
---
 .../pom.xml                                                          | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/azure-messaging-eventhubs-5.8.0/pom.xml 
b/azure-messaging-eventhubs-5.11.2/pom.xml
similarity index 97%
rename from azure-messaging-eventhubs-5.8.0/pom.xml
rename to azure-messaging-eventhubs-5.11.2/pom.xml
index e1409e07d..b41317dbd 100644
--- a/azure-messaging-eventhubs-5.8.0/pom.xml
+++ b/azure-messaging-eventhubs-5.11.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     
<artifactId>org.apache.servicemix.bundles.azure-messaging-eventhubs</artifactId>
-    <version>5.8.0_2-SNAPSHOT</version>
+    <version>5.11.2_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.azure</pkgGroupId>
         <pkgArtifactId>azure-messaging-eventhubs</pkgArtifactId>
-        <pkgVersion>5.8.0</pkgVersion>
+        <pkgVersion>5.11.2</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.azure.messaging.eventhubs
          </servicemix.osgi.export.pkg>
diff --git 
a/azure-messaging-eventhubs-5.8.0/src/main/resources/OSGI-INF/bundle.info 
b/azure-messaging-eventhubs-5.11.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from 
azure-messaging-eventhubs-5.8.0/src/main/resources/OSGI-INF/bundle.info
rename to 
azure-messaging-eventhubs-5.11.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 35e24e1ff..43c7c46fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,7 @@
       <module>antlr-3.5.3</module>
       <module>antlr-runtime-3.5.3</module>
       <module>commons-compiler-3.1.7</module>
+      <module>azure-messaging-eventhubs-5.11.2</module>
     </modules>
 
 </project>

Reply via email to