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 c0a2382ef SM-5679: Create OSGi bundle for GAE 2.0.24
c0a2382ef is described below
commit c0a2382ef11dbdda730a55f4136015003dc4afea
Author: JB Onofré <[email protected]>
AuthorDate: Tue Feb 20 16:00:28 2024 +0100
SM-5679: Create OSGi bundle for GAE 2.0.24
---
{gae-2.0.22 => gae-2.0.24}/pom.xml | 7 +++----
{gae-2.0.22 => gae-2.0.24}/src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gae-2.0.22/pom.xml b/gae-2.0.24/pom.xml
similarity index 97%
rename from gae-2.0.22/pom.xml
rename to gae-2.0.24/pom.xml
index cce3f6afe..81beb5658 100644
--- a/gae-2.0.22/pom.xml
+++ b/gae-2.0.24/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.gae</artifactId>
- <version>2.0.22_2-SNAPSHOT</version>
+ <version>2.0.24_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.22</pkgVersion>
-
<servicemix.osgi.source.version>2.0.22.1</servicemix.osgi.source.version>
+ <pkgVersion>2.0.24</pkgVersion>
+
<servicemix.osgi.source.version>2.0.24.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.22/src/main/resources/OSGI-INF/bundle.info
b/gae-2.0.24/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from gae-2.0.22/src/main/resources/OSGI-INF/bundle.info
rename to gae-2.0.24/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 96f6ec2e0..077eae449 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,7 @@
<module>opensearch-2.11.1</module>
<module>dnsjava-3.5.3</module>
<module>xmlresolver-6.0.4</module>
+ <module>gae-2.0.24</module>
</modules>
</project>