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 2016/10/31 15:07:33 UTC

servicemix-bundles git commit: Fix aws-java-sdk artifact Id

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 79c0d9932 -> 87788a5c4


Fix aws-java-sdk artifact Id


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/87788a5c
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/87788a5c
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/87788a5c

Branch: refs/heads/master
Commit: 87788a5c408cbb95a6112e3878a6132c43dec5b1
Parents: 79c0d99
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Mon Oct 31 16:07:14 2016 +0100
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Mon Oct 31 16:07:14 2016 +0100

----------------------------------------------------------------------
 aws-java-sdk-1.11.37/pom.xml | 4 ++--
 aws-java-sdk-1.11.49/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/87788a5c/aws-java-sdk-1.11.37/pom.xml
----------------------------------------------------------------------
diff --git a/aws-java-sdk-1.11.37/pom.xml b/aws-java-sdk-1.11.37/pom.xml
index e9f6f21..88693d2 100644
--- a/aws-java-sdk-1.11.37/pom.xml
+++ b/aws-java-sdk-1.11.37/pom.xml
@@ -29,9 +29,9 @@
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.-java-sdk</artifactId>
+    <artifactId>org.apache.servicemix.bundles.aws-java-sdk</artifactId>
     <packaging>bundle</packaging>
-    <version>1.11.37_2-SNAPSHOT</version>
+    <version>1.11.37_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/87788a5c/aws-java-sdk-1.11.49/pom.xml
----------------------------------------------------------------------
diff --git a/aws-java-sdk-1.11.49/pom.xml b/aws-java-sdk-1.11.49/pom.xml
index bc1af28..8e04a11 100644
--- a/aws-java-sdk-1.11.49/pom.xml
+++ b/aws-java-sdk-1.11.49/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.-java-sdk</artifactId>
+    <artifactId>org.apache.servicemix.bundles.aws-java-sdk</artifactId>
     <packaging>bundle</packaging>
     <version>1.11.49_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>