aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-05-03 10:30:39 +0000
committerManolo Carrasco <manolo@apache.org>2011-05-03 10:30:39 +0000
commit1005e171ca903bb02ad3b0e946ca3461e970f4fe (patch)
tree74bc2a31600660c3561783ee2e8053cfb968ef1d /pom.xml
parent85c816cf7695882bf68b0e7feb1195c0d1e73981 (diff)
downloadgwtquery-1005e171ca903bb02ad3b0e946ca3461e970f4fe.tar.gz
gwtquery-1005e171ca903bb02ad3b0e946ca3461e970f4fe.zip
add classifier profiles to samples
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e1539136..0745a708 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>