Skip to content

Commit

Permalink
Update snapshot dependency in maven sample projects
Browse files Browse the repository at this point in the history
Change-Id: I1078b0f7d0d5bfad4c3bae924a760a61e5272f30
  • Loading branch information
manolo committed Apr 22, 2017
1 parent 5d12281 commit a90832f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/dynatablerf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<!-- Convenience property to set the GWT version -->
<gwt.version>2.8.0-SNAPSHOT</gwt.version>
<gwt.version>HEAD-SNAPSHOT</gwt.version>

<!-- Setting maven.compiler.source to something different to 1.8
needs that you configure the sourceLevel in gwt-maven-plugin since
Expand Down
2 changes: 1 addition & 1 deletion samples/mobilewebapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<!-- Convenience property to set the GWT version -->
<gwt.version>2.8.0-SNAPSHOT</gwt.version>
<gwt.version>HEAD-SNAPSHOT</gwt.version>

<!-- Setting maven.compiler.source to something different to 1.8
needs that you configure the sourceLevel in gwt-maven-plugin since
Expand Down
2 changes: 1 addition & 1 deletion samples/validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<!-- Convenience property to set the GWT version -->
<gwt.version>2.8.0-SNAPSHOT</gwt.version>
<gwt.version>HEAD-SNAPSHOT</gwt.version>

<!-- Setting maven.compiler.source to something different to 1.8
needs that you configure the sourceLevel in gwt-maven-plugin since
Expand Down

0 comments on commit a90832f

Please sign in to comment.