aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-02-07 13:23:03 +0100
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-02-07 13:23:03 +0100
commit52d60cb2fc0e0e071977335c71e1ec26df21eae4 (patch)
tree4acb5161ff51ee2f95e284d324b40533bebaf527
parented3a53964d50f661b798f8a20f249808cfd5a12e (diff)
downloadgwtquery-52d60cb2fc0e0e071977335c71e1ec26df21eae4.tar.gz
gwtquery-52d60cb2fc0e0e071977335c71e1ec26df21eae4.zip
Setting version to next snapshot iteration
-rw-r--r--archetype/pom.xml2
-rw-r--r--devtest/pom.xml2
-rw-r--r--gwtquery-core-2.0.1/pom.xml2
-rw-r--r--gwtquery-core-2.1.0/pom.xml2
-rw-r--r--gwtquery-core/pom.xml4
-rw-r--r--jsquery/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--samples/pom.xml2
8 files changed, 9 insertions, 9 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml
index e1248a42..1af510a6 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -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>
diff --git a/devtest/pom.xml b/devtest/pom.xml
index 810c0e07..72adfc01 100644
--- a/devtest/pom.xml
+++ b/devtest/pom.xml
@@ -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>
diff --git a/gwtquery-core-2.0.1/pom.xml b/gwtquery-core-2.0.1/pom.xml
index 05e93fa9..5812ec0f 100644
--- a/gwtquery-core-2.0.1/pom.xml
+++ b/gwtquery-core-2.0.1/pom.xml
@@ -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>
diff --git a/gwtquery-core-2.1.0/pom.xml b/gwtquery-core-2.1.0/pom.xml
index 383dda0e..e8238181 100644
--- a/gwtquery-core-2.1.0/pom.xml
+++ b/gwtquery-core-2.1.0/pom.xml
@@ -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>
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml
index e6ac1316..38a404d6 100644
--- a/gwtquery-core/pom.xml
+++ b/gwtquery-core/pom.xml
@@ -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>
diff --git a/jsquery/pom.xml b/jsquery/pom.xml
index ca5957d0..01be3cb2 100644
--- a/jsquery/pom.xml
+++ b/jsquery/pom.xml
@@ -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 25933769..75719354 100644
--- 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>
diff --git a/samples/pom.xml b/samples/pom.xml
index 68eeeef2..18a91e26 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -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>