Repository: servicemix-bundles Updated Branches: refs/heads/master 32107eeba -> b8529ddc5
[maven-release-plugin] prepare release org.apache.servicemix.bundles.gae-1.9.18_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/b8529ddc Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/b8529ddc Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/b8529ddc Branch: refs/heads/master Commit: b8529ddc5f0db44e2941b4c1567ad449b0dca858 Parents: 32107ee Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Mar 26 11:17:38 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Mar 26 11:17:38 2015 +0100 ---------------------------------------------------------------------- gae-1.9.18/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/b8529ddc/gae-1.9.18/pom.xml ---------------------------------------------------------------------- diff --git a/gae-1.9.18/pom.xml b/gae-1.9.18/pom.xml index f2cdfd4..812c35d 100644 --- a/gae-1.9.18/pom.xml +++ b/gae-1.9.18/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.gae</artifactId> - <version>1.9.18_1-SNAPSHOT</version> + <version>1.9.18_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.18_1</tag> + </scm> <properties> <pkgGroupId>com.google.appengine</pkgGroupId>
