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 2020/05/26 04:59:09 UTC

[servicemix-bundles] branch master updated: [SM-4399] Create OSGi bundle for gwt-servlet 2.9.0

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 2ee6de1  [SM-4399] Create OSGi bundle for gwt-servlet 2.9.0
2ee6de1 is described below

commit 2ee6de15dae86b0efc0ba275df857affdcf3d41d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue May 26 06:58:35 2020 +0200

    [SM-4399] Create OSGi bundle for gwt-servlet 2.9.0
---
 {gwt-servlet-2.8.2 => gwt-servlet-2.9.0}/pom.xml                   | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 pom.xml                                                            | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gwt-servlet-2.8.2/pom.xml b/gwt-servlet-2.9.0/pom.xml
similarity index 97%
rename from gwt-servlet-2.8.2/pom.xml
rename to gwt-servlet-2.9.0/pom.xml
index c387ef5..be15e46 100644
--- a/gwt-servlet-2.8.2/pom.xml
+++ b/gwt-servlet-2.9.0/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.gwt-servlet</artifactId>
-    <version>2.8.2_2-SNAPSHOT</version>
+    <version>2.9.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</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.gwt</pkgGroupId>
         <pkgArtifactId>gwt-servlet</pkgArtifactId>
-        <pkgVersion>2.8.2</pkgVersion>
+        <pkgVersion>2.9.0</pkgVersion>
         <servicemix.osgi.export>
             com.google.gwt.user.client.rpc;version=${pkgVersion};-split-package:=merge-first,
             com.google.gwt.user.client.rpc.*;version=${pkgVersion};-split-package:=merge-first,
diff --git a/gwt-servlet-2.8.2/src/main/resources/OSGI-INF/bundle.info b/gwt-servlet-2.9.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from gwt-servlet-2.8.2/src/main/resources/OSGI-INF/bundle.info
rename to gwt-servlet-2.9.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index b04428d..5417fc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,6 +124,7 @@
         <module>janusgraph-core-0.5.2</module>
         <module>okhttp-4.7.2</module>
         <module>azure-core-1.5.0</module>
+        <module>gwt-servlet-2.9.0</module>
     </modules>
 
 </project>