Repository: buildr Updated Branches: refs/heads/master 13e11e221 -> 787ae30a3
Update the default GWT version used in the GWT addon to the latest release 2.7.0. Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/87e1b97b Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/87e1b97b Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/87e1b97b Branch: refs/heads/master Commit: 87e1b97bf696569d9413d4c876d69bb5d6e4eaee Parents: 13e11e2 Author: Peter Donald <[email protected]> Authored: Sat Aug 15 09:38:01 2015 +1000 Committer: Peter Donald <[email protected]> Committed: Sat Aug 15 09:38:01 2015 +1000 ---------------------------------------------------------------------- CHANGELOG | 1 + addon/buildr/gwt.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/87e1b97b/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index a23158c..67a690f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ 1.4.24 (Pending) +* Change: Update the default GWT version used in the GWT addon to the latest release 2.7.0. * Fixed: Fix bug in IDEA module generation that resulted in dependencies in IDEA module using shared references to compile dependencies. * Change: Update the checkstyle addon to use checkstyle 6.7. http://git-wip-us.apache.org/repos/asf/buildr/blob/87e1b97b/addon/buildr/gwt.rb ---------------------------------------------------------------------- diff --git a/addon/buildr/gwt.rb b/addon/buildr/gwt.rb index a711a87..8b14949 100644 --- a/addon/buildr/gwt.rb +++ b/addon/buildr/gwt.rb @@ -23,7 +23,7 @@ module Buildr end def version - @version || Buildr.settings.build['gwt'] || '2.5.1' + @version || Buildr.settings.build['gwt'] || '2.7.0' end # The specs for requirements
