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 345016bcb [SM-5118] Create OSGi bundle for azure-core-http-netty 1.11.9
345016bcb is described below

commit 345016bcbcf45eaaa5ba753ffb54814b86dd3990
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Apr 28 09:34:52 2022 +0200

    [SM-5118] Create OSGi bundle for azure-core-http-netty 1.11.9
---
 .../pom.xml                                                        | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 pom.xml                                                            | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/azure-core-http-netty-1.11.8/pom.xml 
b/azure-core-http-netty-1.11.9/pom.xml
similarity index 97%
rename from azure-core-http-netty-1.11.8/pom.xml
rename to azure-core-http-netty-1.11.9/pom.xml
index fb26526ed..e45c2e15b 100644
--- a/azure-core-http-netty-1.11.8/pom.xml
+++ b/azure-core-http-netty-1.11.9/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     
<artifactId>org.apache.servicemix.bundles.azure-core-http-netty</artifactId>
-    <version>1.11.8_2-SNAPSHOT</version>
+    <version>1.11.9_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-core-http-netty</pkgArtifactId>
-        <pkgVersion>1.11.8</pkgVersion>
+        <pkgVersion>1.11.9</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.azure.core.http.netty
          </servicemix.osgi.export.pkg>
@@ -73,7 +72,7 @@
        <dependency>
            <groupId>io.projectreactor.netty</groupId>
            <artifactId>reactor-netty-http</artifactId>
-           <version>1.0.17</version>
+           <version>1.0.18</version>
        </dependency>
 
         <!-- sources -->
diff --git 
a/azure-core-http-netty-1.11.8/src/main/resources/OSGI-INF/bundle.info 
b/azure-core-http-netty-1.11.9/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from azure-core-http-netty-1.11.8/src/main/resources/OSGI-INF/bundle.info
rename to azure-core-http-netty-1.11.9/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 43c7c46fa..a195c5868 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,7 @@
       <module>antlr-runtime-3.5.3</module>
       <module>commons-compiler-3.1.7</module>
       <module>azure-messaging-eventhubs-5.11.2</module>
+      <module>azure-core-http-netty-1.11.9</module>
     </modules>
 
 </project>

Reply via email to