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 2019/04/26 06:19:28 UTC

[servicemix-bundles] branch master updated: [SM-4049] Create OSGi bundle for GAE 1.9.73

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 34bce45  [SM-4049] Create OSGi bundle for GAE 1.9.73
34bce45 is described below

commit 34bce457088d90987223b1f0de97f2577b8f5ac5
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Apr 26 08:18:58 2019 +0200

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

diff --git a/gae-1.9.71/pom.xml b/gae-1.9.73/pom.xml
similarity index 97%
rename from gae-1.9.71/pom.xml
rename to gae-1.9.73/pom.xml
index 0fc6ef6..f231434 100644
--- a/gae-1.9.71/pom.xml
+++ b/gae-1.9.73/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>13</version>
+        <version>14</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.gae</artifactId>
-    <version>1.9.71_2-SNAPSHOT</version>
+    <version>1.9.73_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.71</pkgVersion>
+        <pkgVersion>1.9.73</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.71/src/main/resources/OSGI-INF/bundle.info b/gae-1.9.73/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from gae-1.9.71/src/main/resources/OSGI-INF/bundle.info
rename to gae-1.9.73/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 4a908b3..9460f78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,7 @@
         <module>spring-webmvc-5.0.13.RELEASE</module>
         <module>spring-websocket-5.0.13.RELEASE</module>
         <module>grpc-1.20.0</module>
+        <module>gae-1.9.73</module>
     </modules>
 
 </project>