Updated GWT to version 2.8.1

This commit is contained in:
Steffen Schaefer
2017-04-27 14:35:37 +02:00
parent 2205542d03
commit 7839416608
25 changed files with 39 additions and 39 deletions
@@ -8,9 +8,9 @@ Bundle-Vendor: SAP
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: com.sap.sailing.domain,
com.sap.sailing.server,
com.google.gwt.dev;bundle-version="2.8.0";resolution:=optional,
com.google.gwt.user;bundle-version="2.8.0";resolution:=optional,
com.google.gwt.servlet;bundle-version="2.8.0",
com.google.gwt.dev;bundle-version="2.8.1";resolution:=optional,
com.google.gwt.user;bundle-version="2.8.1";resolution:=optional,
com.google.gwt.servlet;bundle-version="2.8.1",
com.sap.sse.common,
com.sap.sailing.domain.common,
com.sap.sailing.domain.shared.android,
+2 -2
View File
@@ -91,7 +91,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>${gwt.version}</version>
<version>${gwt.plugin.version}</version>
<executions>
<!-- GWT version detected from dependencyManagement -->
<execution>
@@ -122,7 +122,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>${gwt.version}</version>
<version>${gwt.plugin.version}</version>
<executions>
<execution>
<configuration combine.self="override">