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 2020/05/26 09:35:33 UTC

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

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 270253f  [SM-4415] Create OSGi bundle for aws-java-sdk 1.11.787
270253f is described below

commit 270253fc6eeff0fa8a7db01331634d6a270246ff
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue May 26 11:34:49 2020 +0200

    [SM-4415] Create OSGi bundle for aws-java-sdk 1.11.787
---
 {aws-java-sdk-1.11.714 => aws-java-sdk-1.11.787}/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-1.11.714/pom.xml b/aws-java-sdk-1.11.787/pom.xml
similarity index 98%
rename from aws-java-sdk-1.11.714/pom.xml
rename to aws-java-sdk-1.11.787/pom.xml
index b0816bb..9ddf992 100644
--- a/aws-java-sdk-1.11.714/pom.xml
+++ b/aws-java-sdk-1.11.787/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.714_2-SNAPSHOT</version>
+    <version>1.11.787_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>com.amazonaws</pkgGroupId>
         <pkgArtifactId>aws-java-sdk</pkgArtifactId>
-        <pkgVersion>1.11.714</pkgVersion>
+        <pkgVersion>1.11.787</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.amazonaws*
         </servicemix.osgi.export.pkg>
diff --git a/aws-java-sdk-1.11.714/src/main/resources/OSGI-INF/bundle.info b/aws-java-sdk-1.11.787/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from aws-java-sdk-1.11.714/src/main/resources/OSGI-INF/bundle.info
rename to aws-java-sdk-1.11.787/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 394c0b4..05d3843 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,6 +141,7 @@
         <module>docker-java-3.2.1</module>
         <module>gremlin-driver-3.4.6</module>
         <module>bcpg-jdk15on-1.65</module>
+        <module>aws-java-sdk-1.11.787</module>
     </modules>
 
 </project>