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 ee403a5 [SM-3983] Create OSGi bundle for aws-sdk-java 1.11.496
ee403a5 is described below
commit ee403a50185a073d742c2c21ea265d5c0e84619c
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Feb 26 14:40:23 2019 +0100
[SM-3983] Create OSGi bundle for aws-sdk-java 1.11.496
---
{aws-java-sdk-1.11.483 => aws-java-sdk-1.11.496}/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.483/pom.xml b/aws-java-sdk-1.11.496/pom.xml
similarity index 98%
rename from aws-java-sdk-1.11.483/pom.xml
rename to aws-java-sdk-1.11.496/pom.xml
index 62ca1b2..a5515b4 100644
--- a/aws-java-sdk-1.11.483/pom.xml
+++ b/aws-java-sdk-1.11.496/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.483_2-SNAPSHOT</version>
+ <version>1.11.496_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.483</pkgVersion>
+ <pkgVersion>1.11.496</pkgVersion>
<servicemix.osgi.export.pkg>
com.amazonaws*
</servicemix.osgi.export.pkg>
diff --git a/aws-java-sdk-1.11.483/src/main/resources/OSGI-INF/bundle.info
b/aws-java-sdk-1.11.496/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from aws-java-sdk-1.11.483/src/main/resources/OSGI-INF/bundle.info
rename to aws-java-sdk-1.11.496/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 4cc6a44..2d0e1d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,7 @@
<module>kafka-streams-2.1.1</module>
<module>aws-java-sdk-core-1.11.496</module>
<module>aws-java-sdk-s3-1.11.496</module>
+ <module>aws-java-sdk-1.11.496</module>
</modules>
</project>