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/03 21:16:58 UTC

servicemix-bundles git commit: [maven-release-plugin] prepare release org.apache.servicemix.bundles.gae-1.9.19_1

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 14443dd7a -> 445c1fe5f


[maven-release-plugin] prepare release org.apache.servicemix.bundles.gae-1.9.19_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/445c1fe5
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/445c1fe5
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/445c1fe5

Branch: refs/heads/master
Commit: 445c1fe5f0e78c82f4c75acea9efd4aedcf8645c
Parents: 14443dd
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Sun May 3 21:16:41 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Sun May 3 21:16:41 2015 +0200

----------------------------------------------------------------------
 gae-1.9.19/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/445c1fe5/gae-1.9.19/pom.xml
----------------------------------------------------------------------
diff --git a/gae-1.9.19/pom.xml b/gae-1.9.19/pom.xml
index 1602da7..f5a39a2 100644
--- a/gae-1.9.19/pom.xml
+++ b/gae-1.9.19/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.gae</artifactId>
-    <version>1.9.19_1-SNAPSHOT</version>
+    <version>1.9.19_1</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: Google App Engine (GAE)</name>
     <description>This bundle wraps Google App Engine (GAE) ${pkgVersion} API jar files.</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.gae-1.9.19_1</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>com.google.appengine</pkgGroupId>