diff options
author | Manolo Carrasco <manolo@apache.org> | 2013-12-18 19:28:58 +0100 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2013-12-18 19:28:58 +0100 |
commit | 5ea9703b9b9321563dbf6ef147404348c702553f (patch) | |
tree | c4c0e487490edcd3d09d63c5d0f0b452ea9006b2 /archetype/src/main/resources | |
parent | 9a9f2b09872fcd4c424bc3bf885b09b7a506a288 (diff) | |
download | gwtquery-5ea9703b9b9321563dbf6ef147404348c702553f.tar.gz gwtquery-5ea9703b9b9321563dbf6ef147404348c702553f.zip |
Updating version to new snapshot
Diffstat (limited to 'archetype/src/main/resources')
-rw-r--r-- | archetype/src/main/resources/archetype-resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml index ea67aeb3..f61084a9 100644 --- a/archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetype/src/main/resources/archetype-resources/pom.xml @@ -12,7 +12,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.6</maven.compiler.source> <maven.compiler.target>1.6</maven.compiler.target> - <gQueryVersion>1.4.0</gQueryVersion> + <gQueryVersion>1.4.1-SNAPSHOT</gQueryVersion> <gwtversion>2.5.1</gwtversion> <gwtmaven>2.5.1</gwtmaven> </properties> |