Skip to content

Commit

Permalink
Updated GWT Version to 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzlou7979 committed Jul 31, 2017
1 parent b315a72 commit 5dbacb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gwt-material/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>${gwt-maven-plugin.version}</version>
<version>${gwt.version}</version>
<executions>
<execution>
<goals>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<source.version>1.8</source.version>
<target.version>1.8</target.version>
<gwt.version>2.8.0</gwt.version>
<gwt-maven-plugin.version>2.8.0</gwt-maven-plugin.version>
<gwt.version>2.8.1</gwt.version>
<gwt.style>OBF</gwt.style>
</properties>

Expand Down Expand Up @@ -213,7 +212,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>${gwt-maven-plugin.version}</version>
<version>${gwt.version}</version>
<configuration>
<style>${gwt.style}</style>
</configuration>
Expand Down

0 comments on commit 5dbacb1

Please sign in to comment.