aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2015-01-15 00:00:49 +0100
committerManolo Carrasco <manolo@apache.org>2015-01-15 00:00:49 +0100
commit0b4ca15d994c78cc38e35cbe691f02b73f1fb54b (patch)
tree28fee5b43f41cc7ee40575a23f662e4371382651
parent693979306855cf9bcf6f049a6d7492c025b094bd (diff)
downloadgwtquery-0b4ca15d994c78cc38e35cbe691f02b73f1fb54b.tar.gz
gwtquery-0b4ca15d994c78cc38e35cbe691f02b73f1fb54b.zip
[maven-release-plugin] prepare for next development iteration
-rw-r--r--archetype/pom.xml2
-rw-r--r--gwtquery-core/pom.xml2
-rw-r--r--pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 77d8e765..df7b450f 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.4.3</version>
+ <version>1.4.4-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>GwtQuery Archetype</name>
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml
index 9c725eea..e1af3097 100644
--- a/gwtquery-core/pom.xml
+++ b/gwtquery-core/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.4.3</version>
+ <version>1.4.4-SNAPSHOT</version>
</parent>
diff --git a/pom.xml b/pom.xml
index a9a7dd60..ae507dda 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.4.3</version>
+ <version>1.4.4-SNAPSHOT</version>
<name>Gwt Query Project</name>
<url>http://gwtquery.com</url>
<description>GwtQuery is a jQuery clone written in GWT.</description>