aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-05-05 11:55:37 +0000
committerManolo Carrasco <manolo@apache.org>2011-05-05 11:55:37 +0000
commit1402ed8bc263afa4c378ef532e931da8d593d967 (patch)
tree7a750f6426c1d70eb9779e38ae3dcb1e7c9455c9 /pom.xml
parent1490dde14b6765f5acb93041333fe0449bfdded1 (diff)
downloadgwtquery-1402ed8bc263afa4c378ef532e931da8d593d967.tar.gz
gwtquery-1402ed8bc263afa4c378ef532e931da8d593d967.zip
preparing M3, and adding classifiers for 2.2.0 and 2.3.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 2a2f4d7c..9d73fb82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<packaging>pom</packaging>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-M3</version>
<name>Gwt Query Project</name>
<url>http://gwtquery.com</url>
<description>GwtQuery is a jQuery clone written in GWT.</description>
@@ -66,9 +66,10 @@
<modules>
<module>gwtquery-core</module>
+ <module>gwtquery-core-2.3.0</module>
<module>gwtquery-core-2.1.0</module>
<module>gwtquery-core-2.0.1</module>
- <module>samples</module>
+ <!-- <module>samples</module> -->
<!-- <module>devtest</module> -->
</modules>
@@ -160,8 +161,8 @@
</repositories>
<properties>
- <gwtversion>2.2.0</gwtversion>
- <gwtmaven>2.2.0</gwtmaven>
+ <gwtversion>2.3.0</gwtversion>
+ <gwtmaven>2.3.0</gwtmaven>
<gqueryclassifier />
<gwt.loglevel>INFO</gwt.loglevel>
<gwt.outputstyle>OBF</gwt.outputstyle>