From 8219244f4d4edc960f019ea250f6ef1efeeee47c Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Mon, 2 May 2011 15:07:43 +0000 Subject: [PATCH] base supported release is 2.0.1 --- {gwtquery-core-2.0.0 => gwtquery-core-2.0.1}/pom.xml | 2 +- .../com/google/gwt/query/linker/IFrameWithDocTypeLinker.java | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {gwtquery-core-2.0.0 => gwtquery-core-2.0.1}/pom.xml (99%) rename {gwtquery-core-2.0.0 => gwtquery-core-2.0.1}/src/main/java/com/google/gwt/query/linker/IFrameWithDocTypeLinker.java (100%) diff --git a/gwtquery-core-2.0.0/pom.xml b/gwtquery-core-2.0.1/pom.xml similarity index 99% rename from gwtquery-core-2.0.0/pom.xml rename to gwtquery-core-2.0.1/pom.xml index 0787c5c8..3ca63448 100644 --- a/gwtquery-core-2.0.0/pom.xml +++ b/gwtquery-core-2.0.1/pom.xml @@ -8,7 +8,7 @@ Generates an artifact compiled with a concrete gwt version specified in the artifactId - 2.0.0 + 2.0.1 jar Gwt Query Core API for gwt-${artifactId} diff --git a/gwtquery-core-2.0.0/src/main/java/com/google/gwt/query/linker/IFrameWithDocTypeLinker.java b/gwtquery-core-2.0.1/src/main/java/com/google/gwt/query/linker/IFrameWithDocTypeLinker.java similarity index 100% rename from gwtquery-core-2.0.0/src/main/java/com/google/gwt/query/linker/IFrameWithDocTypeLinker.java rename to gwtquery-core-2.0.1/src/main/java/com/google/gwt/query/linker/IFrameWithDocTypeLinker.java -- 2.39.5