]> source.dussan.org Git - gwtquery.git/commitdiff
adding snapshot key to M3
authorManolo Carrasco <manolo@apache.org>
Thu, 5 May 2011 16:04:22 +0000 (16:04 +0000)
committerManolo Carrasco <manolo@apache.org>
Thu, 5 May 2011 16:04:22 +0000 (16:04 +0000)
archetype/pom.xml
devtest/pom.xml
gwtquery-core-2.0.1/pom.xml
gwtquery-core-2.1.0/pom.xml
gwtquery-core-2.2.0/pom.xml
gwtquery-core-2.3.0/pom.xml
gwtquery-core/pom.xml
pom.xml
samples/pom.xml

index 5b9be7d82008ffc5c7dbbef3a2c6773f5e1e81ed..20644dcd9443493a77152704c420498a9e7961a4 100644 (file)
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.googlecode.gwtquery</groupId>
   <artifactId>gquery-archetype</artifactId>
-  <version>0.6-SNAPSHOT</version>
+  <version>1.0.0-M3-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
   <name>GwtQuery Archetype</name>
   <description>This archetype generates a Gwt-2.2.0 project with all set to use GwtQuery and its plugins</description>
index 9617d695db25bafbab8a37ba19ec370b3886ff37..bcd2b5731f2077977e0e728f1fe3964bdc6a3e1a 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.0.0-M3</version>
+        <version>1.0.0-M3-SNAPSHOT</version>
     </parent>
 
     <artifactId>devtest</artifactId>
index 6db60e07a1a36153afae75fdebadfea06d0238e7..a9519db39b7af8a56e5f08c92cbcd3db85538d64 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.0.0-M3</version>
+    <version>1.0.0-M3-SNAPSHOT</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index 76c75dee21a82437b7c8ed8df56ceb9ddb20cb78..698e04f7a3b24b257996ebb0f382a002a2588971 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.0.0-M3</version>
+    <version>1.0.0-M3-SNAPSHOT</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index 0bc31e80e548c6967418ea182654663830d0de35..67d8c6d4b55b091a18d22d8d4f5ac638fd44073d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.0.0-M3</version>
+    <version>1.0.0-M3-SNAPSHOT</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index 0571a367305f11c133b8902f8303acb5acefa8e8..e82d2637cf8404a29786d9f73ac7de6d8595f987 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.0.0-M3</version>
+    <version>1.0.0-M3-SNAPSHOT</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index 71a6bad313d1f42bcbe7c9bd5394a08052e6574d..0dd21e22b6a6616cdcc0555b0e6536161ea1ae45 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.0.0-M3</version>
+        <version>1.0.0-M3-SNAPSHOT</version>
     </parent>
 
     <artifactId>gwtquery</artifactId>
diff --git a/pom.xml b/pom.xml
index 0d6e5f46a167ab157af53028353f6ee8d143e99b..f43121d50099e16ece89f8e083bb9d9c8c3426b8 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-M3</version>
+    <version>1.0.0-M3-SNAPSHOT</version>
     <name>Gwt Query Project</name>
     <url>http://gwtquery.com</url>
     <description>GwtQuery is a jQuery clone written in GWT.</description>
index 04386a76b42f7e60d12d626d4fcb1d70b07616fc..097a187580eee230ea0842a8c4946990c8cc710e 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.0.0-M3</version>
+        <version>1.0.0-M3-SNAPSHOT</version>
     </parent>
 
     <name>GwtQuery Samples</name>