]> source.dussan.org Git - gwtquery.git/commitdiff
Prepare poms for maven release plugin
authorManolo Carrasco <manolo@apache.org>
Mon, 2 May 2011 08:44:31 +0000 (08:44 +0000)
committerManolo Carrasco <manolo@apache.org>
Mon, 2 May 2011 08:44:31 +0000 (08:44 +0000)
gwtquery-core-2.2.0/pom.xml
gwtquery-core/pom.xml
pom.xml

index 1418634aff2ed9fe62d085a5b102a146dd1eba50..b5071d63fd5780639c7a714fae9a17e77f49dde6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index a2f589f20ba8e4bdfe13f02617b6c2785632931d..5fe5f0ac83cf3247dc64f6871b5b4944bf1c1917 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>gwtquery</artifactId>
diff --git a/pom.xml b/pom.xml
index ae2a80e90a79704edcbea5c54ce75ad6042aac57..cd6f0d57e9192683a477454368e8a9fbd5d5eab8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>