From 929882857a0350db62ead1102bc77b3c45b9a035 Mon Sep 17 00:00:00 2001 From: Manuel Carrasco MoƱino Date: Tue, 9 Apr 2013 16:27:35 +0200 Subject: New release 1.3.3 because 1.3.2 only is compatible with 2.5.x. Fixes issue 176 --- gwtquery-core/pom.xml | 4 ++-- .../src/main/java/com/google/gwt/query/client/Properties.java | 2 +- .../java/com/google/gwt/query/client/plugins/callbacks/Callbacks.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'gwtquery-core') diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index db9c8336..5c78e929 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -3,12 +3,12 @@ com.googlecode.gwtquery gwtquery-project - 1.3.2 + 1.3.3 gwtquery jar - 1.3.2 + 1.3.3 Gwt Query Core API http://gwtquery.com diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java index 7999e10d..08fbfe89 100644 --- a/gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java +++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java @@ -17,7 +17,7 @@ package com.google.gwt.query.client; import com.google.gwt.core.client.JavaScriptObject; import com.google.gwt.core.client.JsArrayMixed; -import com.google.gwt.core.shared.GWT; +import com.google.gwt.core.client.GWT; import com.google.gwt.query.client.js.JsCache; import com.google.gwt.query.client.js.JsUtils; diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/callbacks/Callbacks.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/callbacks/Callbacks.java index 04db71fd..170e2f0e 100644 --- a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/callbacks/Callbacks.java +++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/callbacks/Callbacks.java @@ -13,7 +13,7 @@ */ package com.google.gwt.query.client.plugins.callbacks; -import com.google.gwt.core.shared.GWT; +import com.google.gwt.core.client.GWT; import com.google.gwt.query.client.Function; import com.google.gwt.query.client.Properties; import com.google.gwt.query.client.builders.JsonBuilder; -- cgit v1.2.3