bug6128: updated pom to usr gwt-2.11.1

This commit is contained in:
Axel Uhl
2025-05-22 20:13:43 +02:00
parent cfff09db74
commit f9e96aa197
5 changed files with 7 additions and 7 deletions
@@ -5,7 +5,7 @@ Bundle-SymbolicName: com.google.gwt.ajaxloader
Bundle-Version: 1.1.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Require-Bundle: com.google.gwt.user;bundle-version="2.10.0";resolution:=optional
Require-Bundle: com.google.gwt.user;bundle-version="2.11.0";resolution:=optional
Automatic-Module-Name: com.google.gwt.ajaxloader
Bundle-ClassPath: .
Export-Package: com.google.gwt.ajaxloader.client
+1 -1
View File
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: gwt-dev
Bundle-SymbolicName: com.google.gwt.dev
Bundle-Version: 2.11.0
Bundle-Version: 2.11.1
Bundle-Vendor: GOOGLE
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: lib/gwt-dev.jar,
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Dev
Bundle-SymbolicName: com.google.gwt.servlet
Automatic-Module-Name: com.google.gwt.servlet
Bundle-Version: 2.11.0
Bundle-Version: 2.11.1
Bundle-Vendor: GOOGLE
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: lib/gwt-servlet.jar,
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: gwt-user
Bundle-SymbolicName: com.google.gwt.user
Bundle-Version: 2.11.0
Bundle-Version: 2.11.1
Bundle-Vendor: GOOGLE
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: lib/gwt-user.jar,
+3 -3
View File
@@ -37,10 +37,10 @@
in java/com.amazon.aws.aws-java-api/pom.xml
-->
<tycho-version>1.7.0</tycho-version>
<gwt.version>2.11.0</gwt.version>
<gwt.version>2.11.1</gwt.version>
<!-- gwt-maven-plugin is typically in sync with the GWT version. But sometimes versions need extra time after a new GWT release. -->
<gwt.plugin.version>2.11.0</gwt.plugin.version>
<gwt.minVersion>2.11.0</gwt.minVersion>
<gwt.plugin.version>2.11.1</gwt.plugin.version>
<gwt.minVersion>2.11.1</gwt.minVersion>
<gwt.workers>2</gwt.workers>
<p2-target>race-analysis-p2-remote</p2-target><!--can be overidden through p2-target.local profile -->
<!-- QUESTION: Which properties or settings are system dependent and differ across different machines/environments? QUESTION: