Repository: servicemix-bundles Updated Branches: refs/heads/master 75c06cda5 -> 225d3a9fa
[maven-release-plugin] prepare release org.apache.servicemix.bundles.aws-java-sdk-1.11.213_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/225d3a9f Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/225d3a9f Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/225d3a9f Branch: refs/heads/master Commit: 225d3a9fa0d8237c4740fd79e5c05b22ec86f221 Parents: 75c06cd Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun Oct 22 07:14:40 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Oct 22 07:14:40 2017 +0200 ---------------------------------------------------------------------- aws-java-sdk-1.11.213/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/225d3a9f/aws-java-sdk-1.11.213/pom.xml ---------------------------------------------------------------------- diff --git a/aws-java-sdk-1.11.213/pom.xml b/aws-java-sdk-1.11.213/pom.xml index 56e7b10..5d60525 100644 --- a/aws-java-sdk-1.11.213/pom.xml +++ b/aws-java-sdk-1.11.213/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.213_1-SNAPSHOT</version> + <version>1.11.213_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.11.213_1</tag> + </scm> <properties> <pkgGroupId>com.amazonaws</pkgGroupId>
