Repository: servicemix-bundles Updated Branches: refs/heads/master 599833b2d -> ae8546e3e
Upgrade to bundles-pom 12 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/ae8546e3 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/ae8546e3 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/ae8546e3 Branch: refs/heads/master Commit: ae8546e3ee6b18cf3e8a56e7168c2b6c8aa11b87 Parents: 599833b Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Mar 6 18:44:45 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Mar 6 18:44:45 2015 +0100 ---------------------------------------------------------------------- gae-1.9.18/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/ae8546e3/gae-1.9.18/pom.xml ---------------------------------------------------------------------- diff --git a/gae-1.9.18/pom.xml b/gae-1.9.18/pom.xml index c3ba220..9084074 100644 --- a/gae-1.9.18/pom.xml +++ b/gae-1.9.18/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>11</version> + <version>12</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> @@ -35,6 +35,13 @@ <name>Apache ServiceMix :: Bundles :: Google App Engine (GAE)</name> <description>This bundle wraps Google App Engine (GAE) ${pkgVersion} API jar files.</description> + <scm> + <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> + <tag>HEAD</tag> + </scm> + <properties> <pkgGroupId>com.google.appengine</pkgGroupId> <pkgVersion>1.9.18</pkgVersion>
