diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-03 10:30:39 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-03 10:30:39 +0000 |
commit | 1005e171ca903bb02ad3b0e946ca3461e970f4fe (patch) | |
tree | 74bc2a31600660c3561783ee2e8053cfb968ef1d /samples | |
parent | 85c816cf7695882bf68b0e7feb1195c0d1e73981 (diff) | |
download | gwtquery-1005e171ca903bb02ad3b0e946ca3461e970f4fe.tar.gz gwtquery-1005e171ca903bb02ad3b0e946ca3461e970f4fe.zip |
add classifier profiles to samples
Diffstat (limited to 'samples')
-rw-r--r-- | samples/pom.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/samples/pom.xml b/samples/pom.xml index 905407af..38de5a62 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -1,6 +1,4 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.googlecode.gwtquery</groupId> @@ -16,20 +14,20 @@ <groupId>${groupId}</groupId> <artifactId>gwtquery</artifactId> <version>${version}</version> - <!-- <classifier>2.0.1</classifier> --> + <classifier>${gqueryclassifier></classifier> <type>jar</type> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-user</artifactId> - <version>2.0.1</version> + <version>${gwtversion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-dev</artifactId> - <version>2.0.1</version> + <version>${gwtversion}</version> <scope>provided</scope> </dependency> </dependencies> @@ -38,7 +36,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>gwt-maven-plugin</artifactId> - <version>1.1</version> + <version>${gwtmaven}</version> <configuration> <logLevel>${gwt.loglevel}</logLevel> <style>${gwt.outputstyle}</style> |