]> source.dussan.org Git - gwtquery.git/commitdiff
Setting version to next snapshot iteration
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Thu, 7 Feb 2013 12:23:03 +0000 (13:23 +0100)
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Thu, 7 Feb 2013 12:23:03 +0000 (13:23 +0100)
archetype/pom.xml
devtest/pom.xml
gwtquery-core-2.0.1/pom.xml
gwtquery-core-2.1.0/pom.xml
gwtquery-core/pom.xml
jsquery/pom.xml
pom.xml
samples/pom.xml

index e1248a42b393aaf01ce0930499bc0052c6223c3b..1af510a626297875250f996ea0d053c93e3dd3c7 100644 (file)
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.googlecode.gwtquery</groupId>
   <artifactId>gquery-archetype</artifactId>
-  <version>1.3.1</version>
+  <version>1.3.2-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
   <name>GwtQuery Archetype</name>
 
index 810c0e07466b4cd57e82f477f551974659c6a1df..72adfc011c4779a377c89df965e232ffa705f69e 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.3.1</version>
+        <version>1.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>devtest</artifactId>
index 05e93fa9c173bbc5dd5b8f634f801fb9a2d6beb7..5812ec0f01566b3f2004776ae3d6337759af00eb 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.3.1</version>
+    <version>1.3.2-SNAPSHOT</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index 383dda0ee506d0caa2fa1e27c5bcee7b7bdaed17..e823818110b30d1f35d0523656c55f5bf0fd1ad4 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.3.1</version>
+    <version>1.3.2-SNAPSHOT</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index e6ac1316d6d4887d08cc2b724ac962527e7d9e41..38a404d615b5f31bbeacd08bceddf8c7436eeb3d 100644 (file)
@@ -3,12 +3,12 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.3.1</version>
+        <version>1.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>gwtquery</artifactId>
     <packaging>jar</packaging>
-    <version>1.3.1</version>
+    <version>1.3.2-SNAPSHOT</version>
     <name>Gwt Query Core API</name>
     <url>http://gwtquery.com</url>
     <dependencies>
index ca5957d058b7426f869e19df9beae2c009eb1e39..01be3cb26a4612b8196da42e1844b37833c9b1af 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.3.1</version>
+        <version>1.3.2-SNAPSHOT</version>
     </parent>
 
     <name>JsQuery</name>
diff --git a/pom.xml b/pom.xml
index 25933769ef6e89b31da1b29e763034ced98fc9fd..7571935458fe5860c17800b0c8588c1c7d0656cc 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.3.1</version>
+    <version>1.3.2-SNAPSHOT</version>
     <name>Gwt Query Project</name>
     <url>http://gwtquery.com</url>
     <description>GwtQuery is a jQuery clone written in GWT.</description>
index 68eeeef2556bf975b4a1e446af075523bd0afb1f..18a91e260b54971b8d0c63d83b04a73ad4b3da23 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.3.1</version>
+        <version>1.3.2-SNAPSHOT</version>
     </parent>
 
     <name>GwtQuery Samples</name>