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/07/27 15:58:35 UTC

[servicemix-bundles] branch master updated: [SM-5235] Create OSGi bundle for aws-java-sdk 2.17.240

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 a0f97cf12 [SM-5235] Create OSGi bundle for aws-java-sdk 2.17.240
a0f97cf12 is described below

commit a0f97cf12b87718b0cb34f62b518b10132ab4668
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Jul 27 17:58:08 2022 +0200

    [SM-5235] Create OSGi bundle for aws-java-sdk 2.17.240
---
 {aws-java-sdk-2.17.238 => aws-java-sdk-2.17.240}/pom.xml            | 6 +++---
 .../src/main/resources/OSGI-INF/bundle.info                         | 0
 pom.xml                                                             | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/aws-java-sdk-2.17.238/pom.xml b/aws-java-sdk-2.17.240/pom.xml
similarity index 97%
rename from aws-java-sdk-2.17.238/pom.xml
rename to aws-java-sdk-2.17.240/pom.xml
index e1a566b6f..9e09f0bd4 100644
--- a/aws-java-sdk-2.17.238/pom.xml
+++ b/aws-java-sdk-2.17.240/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.aws-java-sdk2</artifactId>
     <packaging>bundle</packaging>
-    <version>2.17.238_1-SNAPSHOT</version>
+    <version>2.17.240_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 
@@ -44,8 +44,8 @@
     <properties>
         <pkgGroupId>software.amazon.awssdk</pkgGroupId>
         <pkgArtifactId>aws-sdk-java</pkgArtifactId>
-        <pkgVersion>2.17.238</pkgVersion>
-        <servicemix.osgi.source.version>2.17.238.1</servicemix.osgi.source.version>
+        <pkgVersion>2.17.240</pkgVersion>
+        <servicemix.osgi.source.version>2.17.240.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             software.amazon.awssdk*
         </servicemix.osgi.export.pkg>
diff --git a/aws-java-sdk-2.17.238/src/main/resources/OSGI-INF/bundle.info b/aws-java-sdk-2.17.240/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from aws-java-sdk-2.17.238/src/main/resources/OSGI-INF/bundle.info
rename to aws-java-sdk-2.17.240/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 128d8d906..9f5bc4cf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
       <module>pulsar-client-admin-2.10.1</module>
       <module>azure-storage-common-12.17.0</module>
       <module>aws-java-sdk-1.12.269</module>
-      <module>aws-java-sdk-2.17.238</module>
+      <module>aws-java-sdk-2.17.240</module>
       <module>azure-messaging-servicebus-7.10.0</module>
       <module>azure-core-http-netty-1.12.3</module>
       <module>htmlunit-2.63.0</module>