This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git
The following commit(s) were added to refs/heads/master by this push: new 38239f4 [SM-4360] Create OSGi bundle for GAE 1.9.80 38239f4 is described below commit 38239f46417fff331f85821d241a0ddab03b9051 Author: Jean-Baptiste Onofré <jbono...@apache.org> AuthorDate: Mon Apr 27 11:21:38 2020 +0200 [SM-4360] Create OSGi bundle for GAE 1.9.80 --- {gae-1.9.78 => gae-1.9.80}/pom.xml | 5 ++--- {gae-1.9.78 => gae-1.9.80}/src/main/resources/OSGI-INF/bundle.info | 0 pom.xml | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gae-1.9.78/pom.xml b/gae-1.9.80/pom.xml similarity index 98% rename from gae-1.9.78/pom.xml rename to gae-1.9.80/pom.xml index 294f831..8e9973a 100644 --- a/gae-1.9.78/pom.xml +++ b/gae-1.9.80/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.gae</artifactId> - <version>1.9.78_2-SNAPSHOT</version> + <version>1.9.80_1-SNAPSHOT</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,12 +39,11 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url> - <tag>HEAD</tag> </scm> <properties> <pkgGroupId>com.google.appengine</pkgGroupId> - <pkgVersion>1.9.78</pkgVersion> + <pkgVersion>1.9.80</pkgVersion> <servicemix.osgi.export> com.google.appengine.api*;version=${pkgVersion};-split-package:=merge-first, com.google.apphosting.api*;version=${pkgVersion};-split-package:=merge-first, diff --git a/gae-1.9.78/src/main/resources/OSGI-INF/bundle.info b/gae-1.9.80/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from gae-1.9.78/src/main/resources/OSGI-INF/bundle.info rename to gae-1.9.80/src/main/resources/OSGI-INF/bundle.info diff --git a/pom.xml b/pom.xml index fc8fda1..0d6ea74 100644 --- a/pom.xml +++ b/pom.xml @@ -61,6 +61,7 @@ <module>hbase-2.2.4</module> <module>dom4j-2.1.3</module> <module>jruby-9.2.11.1</module> + <module>gae-1.9.80</module> </modules> </project>