Repository: servicemix-bundles Updated Branches: refs/heads/master 47cc57886 -> ae5a6786a
[maven-release-plugin] prepare release org.apache.servicemix.bundles.aws-java-sdk-1.9.33_1 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/ae5a6786 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/ae5a6786 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/ae5a6786 Branch: refs/heads/master Commit: ae5a6786ad2d9144cad7dab07cf0cf0ea020ce5a Parents: 47cc578 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun May 3 21:56:27 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun May 3 21:56:27 2015 +0200 ---------------------------------------------------------------------- aws-java-sdk-1.9.33/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/ae5a6786/aws-java-sdk-1.9.33/pom.xml ---------------------------------------------------------------------- diff --git a/aws-java-sdk-1.9.33/pom.xml b/aws-java-sdk-1.9.33/pom.xml index 89b28f6..fa3e953 100644 --- a/aws-java-sdk-1.9.33/pom.xml +++ b/aws-java-sdk-1.9.33/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.9.33_1-SNAPSHOT</version> + <version>1.9.33_1</version> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> @@ -39,7 +39,8 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - </scm> + <tag>org.apache.servicemix.bundles.aws-java-sdk-1.9.33_1</tag> + </scm> <properties> <pkgGroupId>com.amazonaws</pkgGroupId>
