You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2021/08/30 20:07:44 UTC

[servicemix-bundles] branch master updated: [SM-4882] Create OSGi bundle for GAE 1.9.91

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 769adfb  [SM-4882] Create OSGi bundle for GAE 1.9.91
769adfb is described below

commit 769adfb9f04e06cef1516d9868ef8fd63ff878de
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Aug 30 22:07:16 2021 +0200

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

diff --git a/gae-1.9.90/pom.xml b/gae-1.9.91/pom.xml
similarity index 98%
rename from gae-1.9.90/pom.xml
rename to gae-1.9.91/pom.xml
index e9898a4..81a48d7 100644
--- a/gae-1.9.90/pom.xml
+++ b/gae-1.9.91/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.gae</artifactId>
-    <version>1.9.90_2-SNAPSHOT</version>
+    <version>1.9.91_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.90</pkgVersion>
+        <pkgVersion>1.9.91</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.90/src/main/resources/OSGI-INF/bundle.info b/gae-1.9.91/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from gae-1.9.90/src/main/resources/OSGI-INF/bundle.info
rename to gae-1.9.91/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index fbe3bed..099c37c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,7 @@
         <module>spring-security-taglibs-5.5.2</module>
         <module>spring-security-test-5.5.2</module>
         <module>spring-security-web-5.5.2</module>
+        <module>gae-1.9.91</module>
     </modules>
 
 </project>