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 2017/05/03 20:18:52 UTC

servicemix-bundles git commit: [maven-release-plugin] prepare release org.apache.servicemix.bundles.aws-java-sdk-1.11.125_1

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 0403130ca -> b1d9c0916


[maven-release-plugin] prepare release org.apache.servicemix.bundles.aws-java-sdk-1.11.125_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/b1d9c091
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/b1d9c091
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/b1d9c091

Branch: refs/heads/master
Commit: b1d9c09165e348b9a546f375cf72372b6a5bc7b4
Parents: 0403130
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed May 3 22:18:32 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed May 3 22:18:32 2017 +0200

----------------------------------------------------------------------
 aws-java-sdk-1.11.125/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/b1d9c091/aws-java-sdk-1.11.125/pom.xml
----------------------------------------------------------------------
diff --git a/aws-java-sdk-1.11.125/pom.xml b/aws-java-sdk-1.11.125/pom.xml
index bb6b682..2c3ace3 100644
--- a/aws-java-sdk-1.11.125/pom.xml
+++ b/aws-java-sdk-1.11.125/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.125_1-SNAPSHOT</version>
+    <version>1.11.125_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.125_1</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>com.amazonaws</pkgGroupId>