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 63d5f63  [SM-4905] Create OSGi bundle for aws-java-sdk 2.17.46
63d5f63 is described below

commit 63d5f630055fb1bb6335da44af760b016de38ea9
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Sep 29 11:25:48 2021 +0200

    [SM-4905] Create OSGi bundle for aws-java-sdk 2.17.46
---
 {aws-java-sdk-2.17.29 => aws-java-sdk-2.17.46}/pom.xml               | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/aws-java-sdk-2.17.29/pom.xml b/aws-java-sdk-2.17.46/pom.xml
similarity index 97%
rename from aws-java-sdk-2.17.29/pom.xml
rename to aws-java-sdk-2.17.46/pom.xml
index 1c51879..24fda02 100644
--- a/aws-java-sdk-2.17.29/pom.xml
+++ b/aws-java-sdk-2.17.46/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.29_2-SNAPSHOT</version>
+    <version>2.17.46_1-SNAPSHOT</version>
     <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>software.amazon.awssdk</pkgGroupId>
         <pkgArtifactId>aws-sdk-java</pkgArtifactId>
-        <pkgVersion>2.17.29</pkgVersion>
+        <pkgVersion>2.17.46</pkgVersion>
         <servicemix.osgi.export.pkg>
             software.amazon.awssdk*
         </servicemix.osgi.export.pkg>
diff --git a/aws-java-sdk-2.17.29/src/main/resources/OSGI-INF/bundle.info 
b/aws-java-sdk-2.17.46/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from aws-java-sdk-2.17.29/src/main/resources/OSGI-INF/bundle.info
rename to aws-java-sdk-2.17.46/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 3e00c96..d571e2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,7 @@
         <module>javax-el-impl-4.0.2</module>
        <module>any23-2.5</module>
        <module>htmlunit-2.53.0</module>
+       <module>aws-java-sdk-2.17.46</module>
     </modules>
 
 </project>

Reply via email to