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 7e58458dd SM-5762: Create OSGi bundle for aws-java-sdk 2.28.13
7e58458dd is described below

commit 7e58458dd2eaecf8c163ae00c2a06863932d09b8
Author: JB Onofré <[email protected]>
AuthorDate: Sat Oct 5 06:56:38 2024 +0200

    SM-5762: Create OSGi bundle for aws-java-sdk 2.28.13
---
 {aws-java-sdk-2.26.24 => aws-java-sdk-2.28.13}/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.26.24/pom.xml b/aws-java-sdk-2.28.13/pom.xml
similarity index 97%
rename from aws-java-sdk-2.26.24/pom.xml
rename to aws-java-sdk-2.28.13/pom.xml
index f8d641412..113644362 100644
--- a/aws-java-sdk-2.26.24/pom.xml
+++ b/aws-java-sdk-2.28.13/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.26.24_1-SNAPSHOT</version>
+    <version>2.28.13_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.26.24</pkgVersion>
-        
<servicemix.osgi.source.version>2.26.24.1</servicemix.osgi.source.version>
+        <pkgVersion>2.28.13</pkgVersion>
+        
<servicemix.osgi.source.version>2.28.13.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             software.amazon.awssdk*
         </servicemix.osgi.export.pkg>
diff --git a/aws-java-sdk-2.26.24/src/main/resources/OSGI-INF/bundle.info 
b/aws-java-sdk-2.28.13/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from aws-java-sdk-2.26.24/src/main/resources/OSGI-INF/bundle.info
rename to aws-java-sdk-2.28.13/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 45c4679b7..2e96a0ed8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
       <module>spring-ws-security-3.1.8</module>
       <module>spring-ws-support-3.1.8</module>
       <module>spring-ws-test-3.1.8</module>
-      <module>aws-java-sdk-2.26.20</module>
+      <module>aws-java-sdk-2.28.13</module>
       <module>spring-security-acl-6.2.6</module>
       <module>spring-security-aspects-6.2.6</module>
       <module>spring-security-config-6.2.6</module>

Reply via email to