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 745b9660c SM-5618: Create OSGi bundle for GAE 2.0.19
745b9660c is described below
commit 745b9660c6d52bbad115586a577009b02791d300
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Sep 30 16:38:00 2023 +0200
SM-5618: Create OSGi bundle for GAE 2.0.19
---
{gae-2.0.17 => gae-2.0.19}/pom.xml | 9 ++++-----
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/gae-2.0.17/pom.xml b/gae-2.0.19/pom.xml
similarity index 96%
rename from gae-2.0.17/pom.xml
rename to gae-2.0.19/pom.xml
index e76a56a72..a3fcd571c 100644
--- a/gae-2.0.17/pom.xml
+++ b/gae-2.0.19/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>15</version>
+ <version>16-SNAPSHOT</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.gae</artifactId>
- <version>2.0.17_2-SNAPSHOT</version>
+ <version>2.0.19_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,13 +39,12 @@
<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>2.0.17</pkgVersion>
-
<servicemix.osgi.source.version>2.0.17.1</servicemix.osgi.source.version>
+ <pkgVersion>2.0.19</pkgVersion>
+
<servicemix.osgi.source.version>2.0.19.1</servicemix.osgi.source.version>
<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-2.0.17/src/main/resources/OSGI-INF/bundle.info
b/gae-2.0.19/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from gae-2.0.17/src/main/resources/OSGI-INF/bundle.info
rename to gae-2.0.19/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index deddfca4f..9e0db08f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,6 +130,7 @@
<module>lucene-sandbox-9.8.0</module>
<module>aspectj-1.9.20.1</module>
<module>zxing-3.5.2</module>
+ <module>gae-2.0.19</module>
</modules>
</project>