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 /pom.xml | |
parent | 85c816cf7695882bf68b0e7feb1195c0d1e73981 (diff) | |
download | gwtquery-1005e171ca903bb02ad3b0e946ca3461e970f4fe.tar.gz gwtquery-1005e171ca903bb02ad3b0e946ca3461e970f4fe.zip |
add classifier profiles to samples
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -161,16 +161,33 @@ <properties> <gwtversion>2.2.0</gwtversion> + <gwtmaven>2.2.0</gwtmaven> + <gqueryclassifier></gqueryclassifier> <gwt.loglevel>INFO</gwt.loglevel> <gwt.outputstyle>OBF</gwt.outputstyle> <gwt.modulesuffix /> - <gwtmaven>2.2.0</gwtmaven> <repoId>sonatype-nexus-staging</repoId> <repoUrl>http://oss.sonatype.org/service/local/staging/deploy/maven2</repoUrl> </properties> <profiles> <profile> + <id>2.1.0</id> + <properties> + <gwtversion>2.1.0</gwtversion> + <gwtmaven>2.1.0</gwtmaven> + <gqueryclassifier>2.1.0</gqueryclassifier> + </properties> + </profile> + <profile> + <id>2.0.1</id> + <properties> + <gwtversion>2.0.1</gwtversion> + <gwtmaven>1.1</gwtmaven> + <gqueryclassifier>2.0.1</gqueryclassifier> + </properties> + </profile> + <profile> <id>prod</id> <properties> <repoUrl>http://oss.sonatype.org/service/local/staging/deploy/maven2</repoUrl> |