Repository: buildr
Updated Branches:
  refs/heads/master 75e4e7033 -> eb26314e0


Use version `1.0.2` of the `com.google.jsinterop:jsinterop-annotations:jar` 
artifact when using GWT 2.8.2 to align with version shipped with GWT.


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/eb26314e
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/eb26314e
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/eb26314e

Branch: refs/heads/master
Commit: eb26314e0f36d282912e09cd8b93960efa4d7f34
Parents: 75e4e70
Author: Peter Donald <pe...@realityforge.org>
Authored: Mon Mar 26 11:04:30 2018 +1100
Committer: Peter Donald <pe...@realityforge.org>
Committed: Mon Mar 26 11:04:30 2018 +1100

----------------------------------------------------------------------
 CHANGELOG           | 2 ++
 addon/buildr/gwt.rb | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/eb26314e/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index fd4448c..79de5bc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,8 @@
 * Added:  Add support for adding dependencies to the pom via the 
`pom.additional_dependencies` configuration
           setting. These dependencies are `compile` scope and are in addition 
to any derived from the normal
           compile dependencies.
+* Fixed:  GWT Addon: Use version `1.0.2` of the 
`com.google.jsinterop:jsinterop-annotations:jar` artifact
+          when using GWT 2.8.2 to align with version shipped with GWT.
 * Fixed:  Dependencies added as `pom.provided_dependencies` or 
`pom.runtime_dependencies` and not included
           as compile dependencies were incorrectly omitted from pom.
 * Fixed:  Dependencies added as `pom.provided_dependencies` and 
`pom.runtime_dependencies` were being

http://git-wip-us.apache.org/repos/asf/buildr/blob/eb26314e/addon/buildr/gwt.rb
----------------------------------------------------------------------
diff --git a/addon/buildr/gwt.rb b/addon/buildr/gwt.rb
index f658eba..4e4610e 100644
--- a/addon/buildr/gwt.rb
+++ b/addon/buildr/gwt.rb
@@ -112,8 +112,8 @@ module Buildr
           ) + validation_deps
         elsif v == '2.8.2'
           %w(
-              com.google.jsinterop:jsinterop-annotations:jar:1.0.1
-              com.google.jsinterop:jsinterop-annotations:jar:sources:1.0.1
+              com.google.jsinterop:jsinterop-annotations:jar:1.0.2
+              com.google.jsinterop:jsinterop-annotations:jar:sources:1.0.2
               org.w3c.css:sac:jar:1.3
               com.google.gwt:gwt-dev:jar:2.8.2
               com.google.gwt:gwt-user:jar:2.8.2

Reply via email to