aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-03-15 22:15:53 +0100
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-03-15 22:15:53 +0100
commitbb71ac03afde8f01e14270b02438bf9fde997a71 (patch)
tree311af3e72e3057160ccc864dbe4be574db4eb2b5
parentb38c3b4aca98df5fb5e2efa847b5fa996d14d3b0 (diff)
downloadgwtquery-bb71ac03afde8f01e14270b02438bf9fde997a71.tar.gz
gwtquery-bb71ac03afde8f01e14270b02438bf9fde997a71.zip
set the new snapshot version
-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 1636a2fa..a2d68804 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.2</version>
+ <version>1.4.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>GwtQuery Archetype</name>
diff --git a/devtest/pom.xml b/devtest/pom.xml
index a9741a61..7c32ffee 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.2</version>
+ <version>1.4.0-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 6737307b..7cc05d7e 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.2</version>
+ <version>1.4.0-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 6af637b1..50f1bf36 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.2</version>
+ <version>1.4.0-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 db9c8336..43f71e1f 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.2</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>gwtquery</artifactId>
<packaging>jar</packaging>
- <version>1.3.2</version>
+ <version>1.4.0-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 a09bfb5a..caff2ebd 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.2</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<name>JsQuery</name>
diff --git a/pom.xml b/pom.xml
index 31bc987c..90544ca4 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.2</version>
+ <version>1.4.0-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 35fb7507..9252cfd1 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.2</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<name>GwtQuery Samples</name>