]> source.dussan.org Git - gwtquery.git/commitdiff
Preparing repo to release 1.0.0 after 1.0.0-M1 was success
authorManolo Carrasco <manolo@apache.org>
Mon, 2 May 2011 16:38:38 +0000 (16:38 +0000)
committerManolo Carrasco <manolo@apache.org>
Mon, 2 May 2011 16:38:38 +0000 (16:38 +0000)
devtest/pom.xml
gwtquery-core-2.0.1/pom.xml
gwtquery-core-2.1.0/pom.xml
gwtquery-core/pom.xml
pom.xml
samples/pom.xml

index a5c6c8c7aea4dc76ec69ab1c621f005243933ecb..934fd9452ace90595d46c39cbc9bf81b82c80140 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.0.0-M1-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>devtest</artifactId>
index 32b207b6140029d606eaa96e76e55553c72f16a4..3870c51c1408b197de2dacbac9960192ef92c09a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.0.0-M2-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index 9b3c529564d931b80afd60cbd3b866ac394a2d8d..f50b523f5307f0ad3299a82ae4718d95247152cc 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.0.0-M2-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index d5377f83936b575168015422656df9c91c30671b..1d5d798cda81ac9d9570544b999df4ea55ae07f5 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.0.0-M2-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>gwtquery</artifactId>
diff --git a/pom.xml b/pom.xml
index 0c2222e7551675b411444eb9111e7a9b4b502d80..22c845b05e96a3fb87feec34875788c0ae4e83d0 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.0-M2-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>
index d9773ee32e5fa15c224a4f05afbcbee9f9ccaeb4..2a4b2f86edf48e91fb744035402d97618c8fd36c 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.0.0-M1-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <name>GwtQuery Samples</name>