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 e5b9634  [SM-4972] Create OSGi bundle for GAE 2.0.1
e5b9634 is described below

commit e5b9634eaa8b405b5264fac5fdccd07af525b1d6
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Dec 29 13:24:41 2021 +0100

    [SM-4972] Create OSGi bundle for GAE 2.0.1
---
 {gae-1.9.92 => gae-2.0.1}/pom.xml                                 | 5 ++---
 {gae-1.9.92 => gae-2.0.1}/src/main/resources/OSGI-INF/bundle.info | 0
 pom.xml                                                           | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gae-1.9.92/pom.xml b/gae-2.0.1/pom.xml
similarity index 98%
rename from gae-1.9.92/pom.xml
rename to gae-2.0.1/pom.xml
index 6ca449b..5cc6111 100644
--- a/gae-1.9.92/pom.xml
+++ b/gae-2.0.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.gae</artifactId>
-    <version>1.9.92_2-SNAPSHOT</version>
+    <version>2.0.1_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.92</pkgVersion>
+        <pkgVersion>2.0.1</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.92/src/main/resources/OSGI-INF/bundle.info 
b/gae-2.0.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from gae-1.9.92/src/main/resources/OSGI-INF/bundle.info
rename to gae-2.0.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index e4bf56e..f5e38c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,7 @@
        <module>spring-websocket-5.3.14</module>
       <module>aws-java-sdk-1.12.131</module>
       <module>snmp4j-3.6.4</module>
+      <module>gae-2.0.1</module>
     </modules>
 
 </project>

Reply via email to