Skip to content

Commit

Permalink
Upgrades GWT to 2.8.2, other minor pom changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
metteo committed Apr 7, 2018
1 parent d97c68c commit e1c0e11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.gwtplus.gin</groupId>
<artifactId>gin</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>HEAD-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Gin</name>
Expand Down Expand Up @@ -95,7 +95,7 @@

<java.release>1.8</java.release>
<guice.version>4.2.0</guice.version>
<gwt.version>2.7.0</gwt.version>
<gwt.version>2.8.2</gwt.version>

<jsr330.version>1</jsr330.version> <!-- @Inject, @Singleton -->
<jsr305.version>3.0.2</jsr305.version> <!-- @Nullable -->
Expand Down Expand Up @@ -261,7 +261,7 @@
</configuration>
<executions>
<execution>
<id>test-hosted</id>
<id>test-devmode</id>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
Expand All @@ -271,11 +271,11 @@
<!-- Add -logLevel TRACE to get more debug output -->
<gwt.args>
-devMode
-gen target/generated-test-sources/test-hosted
-war target/war/test-hosted
-gen target/generated-test-sources/test-devmode
-war target/war/test-devmode
</gwt.args>
</systemPropertyVariables>
<reportsDirectory>${project.build.directory}/failsafe-reports/test-hosted</reportsDirectory>
<reportsDirectory>${project.build.directory}/failsafe-reports/test-devmode</reportsDirectory>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit e1c0e11

Please sign in to comment.