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/03/30 07:30:40 UTC

[servicemix-bundles] 06/07: [SM-5079] Create OSGi bundle for azure-messaging-servicebus 7.7.0

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

commit 8249a8298dd0da8737f79e39876b249f13ccb8f1
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Mar 29 15:11:41 2022 +0200

    [SM-5079] Create OSGi bundle for azure-messaging-servicebus 7.7.0
---
 .../pom.xml                                                         | 6 +++---
 .../src/main/resources/OSGI-INF/bundle.info                         | 0
 pom.xml                                                             | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/azure-messaging-servicebus-7.2.1/pom.xml b/azure-messaging-servicebus-7.7.0/pom.xml
similarity index 97%
rename from azure-messaging-servicebus-7.2.1/pom.xml
rename to azure-messaging-servicebus-7.7.0/pom.xml
index 1d182da..a7b139c 100644
--- a/azure-messaging-servicebus-7.2.1/pom.xml
+++ b/azure-messaging-servicebus-7.7.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.azure-messaging-servicebus</artifactId>
-    <version>7.2.1_2-SNAPSHOT</version>
+    <version>7.7.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,18 +39,18 @@
         <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-servicebus</pkgArtifactId>
-        <pkgVersion>7.2.1</pkgVersion>
+        <pkgVersion>7.7.0</pkgVersion>
         <servicemix.osgi.export.pkg>
           com.azure.messaging.servicebus
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
           !com.azure.messaging.servicebus*,
+          com.azure.core.implementation.http,
           com.fasterxml.jackson*;version="[2.10,3)",
           org.apache.qpid*;version="[0.20,1)", 
           reactor.*;version="[3,4)",
diff --git a/azure-messaging-servicebus-7.2.1/src/main/resources/OSGI-INF/bundle.info b/azure-messaging-servicebus-7.7.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from azure-messaging-servicebus-7.2.1/src/main/resources/OSGI-INF/bundle.info
rename to azure-messaging-servicebus-7.7.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 036f4fc..0b1bf49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,6 +95,7 @@
       <module>azure-core-amqp-2.4.1</module>
       <module>azure-core-http-netty-1.11.8</module>
       <module>azure-core-http-okhttp-1.7.10</module>
+      <module>azure-messaging-servicebus-7.7.0</module>
     </modules>
 
 </project>