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é <[email protected]> Authored: Mon Oct 31 16:07:14 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> 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>
