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 7f2c72f2c SM-5732: Create OSGi bundle for aws-java-sdk 2.26.20
7f2c72f2c is described below

commit 7f2c72f2c1743382c0e468eed1d4b4a6f41394c8
Author: JB Onofré <[email protected]>
AuthorDate: Wed Jul 17 08:18:06 2024 +0200

    SM-5732: Create OSGi bundle for aws-java-sdk 2.26.20
---
 {aws-java-sdk-2.24.4 => aws-java-sdk-2.26.20}/pom.xml              | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 pom.xml                                                            | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/aws-java-sdk-2.24.4/pom.xml b/aws-java-sdk-2.26.20/pom.xml
similarity index 96%
rename from aws-java-sdk-2.24.4/pom.xml
rename to aws-java-sdk-2.26.20/pom.xml
index 066d745f6..3ac5779ab 100644
--- a/aws-java-sdk-2.24.4/pom.xml
+++ b/aws-java-sdk-2.26.20/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.24.4_2-SNAPSHOT</version>
+    <version>2.26.20_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
 
@@ -39,14 +39,13 @@
         
<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>software.amazon.awssdk</pkgGroupId>
         <pkgArtifactId>aws-sdk-java</pkgArtifactId>
-        <pkgVersion>2.24.4</pkgVersion>
-        
<servicemix.osgi.source.version>2.24.4.1</servicemix.osgi.source.version>
+        <pkgVersion>2.26.20</pkgVersion>
+        
<servicemix.osgi.source.version>2.26.20.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             software.amazon.awssdk*
         </servicemix.osgi.export.pkg>
diff --git a/aws-java-sdk-2.24.4/src/main/resources/OSGI-INF/bundle.info 
b/aws-java-sdk-2.26.20/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from aws-java-sdk-2.24.4/src/main/resources/OSGI-INF/bundle.info
rename to aws-java-sdk-2.26.20/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 6a3a7b9e7..6ab06f179 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,6 +86,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>
     </modules>
 
 </project>

Reply via email to