diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-01-17 09:06:04 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-01-17 09:06:04 +0000 |
commit | e4ba7e79c6d782e92de9e03e09d191c24188dc2a (patch) | |
tree | 9480a3ef604b01fc1b1317dd8173c5dbf932b343 /devtest | |
parent | 9620a44bb2c081e09498ae7688620c7de7af7128 (diff) | |
download | gwtquery-e4ba7e79c6d782e92de9e03e09d191c24188dc2a.tar.gz gwtquery-e4ba7e79c6d782e92de9e03e09d191c24188dc2a.zip |
- Added QueryMin module thought to produce small javascript code although it increases number of permutations.
- Removed plugins module since it is a new project.
- Added some missing methods in GQuery: first, last, map.
- Updated gwt version to 2.1.1
- Adding lazy interface to Widgets plugin.
Diffstat (limited to 'devtest')
-rw-r--r-- | devtest/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtest/pom.xml b/devtest/pom.xml index cd6ec0de..7c4e5e9c 100644 --- a/devtest/pom.xml +++ b/devtest/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>com.google.gwt</groupId> + <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> |