diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/pom.xml | 9 |
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> |