]> source.dussan.org Git - gwtquery.git/commitdiff
prepare poms again to re-run mvn release
authorManolo Carrasco <manolo@apache.org>
Mon, 2 May 2011 09:22:27 +0000 (09:22 +0000)
committerManolo Carrasco <manolo@apache.org>
Mon, 2 May 2011 09:22:27 +0000 (09:22 +0000)
gwtquery-core-2.2.0/pom.xml
gwtquery-core/pom.xml
pom.xml

index ca85cc4661e27c81605fb09dff6fa3713189b21c..b5071d63fd5780639c7a714fae9a17e77f49dde6 100644 (file)
@@ -4,14 +4,13 @@
   <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>
   <artifactId>2.2.0</artifactId>
   <packaging>jar</packaging>
   <name>Gwt Query Core API for gwt-${artifactId}</name>
-  <version>1.0.0-SNAPSHOT</version>
 
   <dependencies>
     <dependency>
index 2d8559ab47b8835aa8797abd9efd1934c8e30e7d..c3f114582000be25be3864ed0732e405e4be3f2a 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>gwtquery</artifactId>
diff --git a/pom.xml b/pom.xml
index ba6fb6a4ff7267590084bbccc6e078ef25c126c5..1571cc2c69dfb0f2a998d2a2bd54183bf609e5af 100644 (file)
--- 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-SNAPSHOT</version>
     <name>Gwt Query Project</name>
     <url>http://gwtquery.com</url>
     <description>GwtQuery is a jQuery clone written in GWT.</description>