aboutsummaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-05-02 22:16:43 +0000
committerManolo Carrasco <manolo@apache.org>2011-05-02 22:16:43 +0000
commitd90b22d1ecb2c0eaafe62bc422fa27985d22edd4 (patch)
tree8c26fda9514d1b8656685e1abc89a96433c247b0 /samples
parenta31d56b741e3691c040ed4bdebe92bd03e1a92b4 (diff)
downloadgwtquery-d90b22d1ecb2c0eaafe62bc422fa27985d22edd4.tar.gz
gwtquery-d90b22d1ecb2c0eaafe62bc422fa27985d22edd4.zip
prepare M2
Diffstat (limited to 'samples')
-rw-r--r--samples/pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/samples/pom.xml b/samples/pom.xml
index 2a4b2f86..452397da 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0-M2-SNAPSHOT</version>
</parent>
<name>GwtQuery Samples</name>
@@ -16,19 +16,20 @@
<groupId>${groupId}</groupId>
<artifactId>gwtquery</artifactId>
<version>${version}</version>
+ <classifier>2.0.1</classifier>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
- <version>${gwtversion}</version>
+ <version>2.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
- <version>${gwtversion}</version>
+ <version>2.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
@@ -37,7 +38,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
- <version>${gwtmaven}</version>
+ <version>1.1</version>
<configuration>
<logLevel>${gwt.loglevel}</logLevel>
<style>${gwt.outputstyle}</style>