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 2015/05/02 17:28:34 UTC

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

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master ada0f2d31 -> 8e67347b7


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

Branch: refs/heads/master
Commit: 8e67347b752c067fe40766eb84ed6ada2fa38e36
Parents: ada0f2d
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Sat May 2 17:28:27 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Sat May 2 17:28:27 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/8e67347b/aws-java-sdk-1.9.30/pom.xml
----------------------------------------------------------------------
diff --git a/aws-java-sdk-1.9.30/pom.xml b/aws-java-sdk-1.9.30/pom.xml
index 9e69147..06dc8b7 100644
--- a/aws-java-sdk-1.9.30/pom.xml
+++ b/aws-java-sdk-1.9.30/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.30_1-SNAPSHOT</version>
+    <version>1.9.30_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.30_1</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>com.amazonaws</pkgGroupId>