You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2019/10/24 11:01:04 UTC

[servicemix-bundles] branch master updated: [SM-4202] Create OSGi bundles for AWS SDK 1.11.658

This is an automated email from the ASF dual-hosted git repository.

acosentino 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 7d91d01  [SM-4202] Create OSGi bundles for AWS SDK 1.11.658
7d91d01 is described below

commit 7d91d018c9913d216faf4ecb47720d414b922c2d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 24 13:00:28 2019 +0200

    [SM-4202] Create OSGi bundles for AWS SDK 1.11.658
---
 {aws-java-sdk-1.11.636 => aws-java-sdk-1.11.658}/pom.xml              | 4 ++--
 .../src/main/resources/OSGI-INF/bundle.info                           | 0
 pom.xml                                                               | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/aws-java-sdk-1.11.636/pom.xml b/aws-java-sdk-1.11.658/pom.xml
similarity index 98%
rename from aws-java-sdk-1.11.636/pom.xml
rename to aws-java-sdk-1.11.658/pom.xml
index 95afb91..361df30 100644
--- a/aws-java-sdk-1.11.636/pom.xml
+++ b/aws-java-sdk-1.11.658/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.aws-java-sdk</artifactId>
     <packaging>bundle</packaging>
-    <version>1.11.636_2-SNAPSHOT</version>
+    <version>1.11.658_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 
@@ -45,7 +45,7 @@
     <properties>
         <pkgGroupId>com.amazonaws</pkgGroupId>
         <pkgArtifactId>aws-java-sdk</pkgArtifactId>
-        <pkgVersion>1.11.636</pkgVersion>
+        <pkgVersion>1.11.658</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.amazonaws*
         </servicemix.osgi.export.pkg>
diff --git a/aws-java-sdk-1.11.636/src/main/resources/OSGI-INF/bundle.info b/aws-java-sdk-1.11.658/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from aws-java-sdk-1.11.636/src/main/resources/OSGI-INF/bundle.info
rename to aws-java-sdk-1.11.658/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index d93a763..a2335bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
     <modules>
        <module>fastjson-1.2.62</module>
        <module>grpc-1.24.1</module>
+       <module>aws-java-sdk-1.11.658</module>
     </modules>
 
 </project>