aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Mériouma-Caron <maxime.meriouma@arcbees.com>2016-02-01 21:23:46 -0500
committerMaxime Mériouma-Caron <maxime.meriouma@arcbees.com>2016-02-01 21:23:46 -0500
commit01b953671918ecb438b3763919bc38b53ccec686 (patch)
treea8114f51a3863872f1c7c266bc7a74901558a045
parent28e371c41e39a8f186794eb2ac55585ebdb5c777 (diff)
downloadgwtquery-01b953671918ecb438b3763919bc38b53ccec686.tar.gz
gwtquery-01b953671918ecb438b3763919bc38b53ccec686.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 c6b11426..4d4b8cdb 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.5-beta1</version>
+ <version>1.5-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>GwtQuery Archetype</name>
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml
index e405a214..36793df6 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.5-beta1</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
diff --git a/pom.xml b/pom.xml
index c0c88fcb..44cef231 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.5-beta1</version>
+ <version>1.5-SNAPSHOT</version>
<name>Gwt Query Project</name>
<url>http://gwtquery.com</url>
<description>GwtQuery is a jQuery clone written in GWT.</description>