aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7216a5f6..0d6e5f46 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.0-M4-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>
@@ -65,10 +65,13 @@
</scm>
<modules>
+<!--
<module>gwtquery-core</module>
<module>gwtquery-core-2.3.0</module>
+ <module>gwtquery-core-2.2.0</module>
<module>gwtquery-core-2.1.0</module>
<module>gwtquery-core-2.0.1</module>
+-->
<!-- <module>samples</module> -->
<!-- <module>devtest</module> -->
</modules>