diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-02 08:44:31 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-02 08:44:31 +0000 |
commit | 514f23c9be824f2b0579ee01c4706454e207accd (patch) | |
tree | 02454e02767e2e1378046e100def8f56d82acbac /pom.xml | |
parent | 6aafaac36916a96ca8a72e16666bf0437af5be8a (diff) | |
download | gwtquery-514f23c9be824f2b0579ee01c4706454e207accd.tar.gz gwtquery-514f23c9be824f2b0579ee01c4706454e207accd.zip |
Prepare poms for maven release plugin
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> <packaging>pom</packaging> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <name>Gwt Query Project</name> <url>http://gwtquery.com</url> <description>GwtQuery is a jQuery clone written in GWT.</description> @@ -68,7 +68,7 @@ <modules> <module>gwtquery-core</module> - <module>gwtquery-core-2.2.0</module> + <!-- <module>gwtquery-core-2.2.0</module> --> <!-- <module>samples</module> --> <!-- <module>devtest</module> --> </modules> |