diff options
author | Maxime Mériouma-Caron <maxime.meriouma@arcbees.com> | 2016-02-01 21:23:46 -0500 |
---|---|---|
committer | Maxime Mériouma-Caron <maxime.meriouma@arcbees.com> | 2016-02-01 21:23:46 -0500 |
commit | 01b953671918ecb438b3763919bc38b53ccec686 (patch) | |
tree | a8114f51a3863872f1c7c266bc7a74901558a045 | |
parent | 28e371c41e39a8f186794eb2ac55585ebdb5c777 (diff) | |
download | gwtquery-01b953671918ecb438b3763919bc38b53ccec686.tar.gz gwtquery-01b953671918ecb438b3763919bc38b53ccec686.zip |
[maven-release-plugin] prepare for next development iteration
-rw-r--r-- | archetype/pom.xml | 2 | ||||
-rw-r--r-- | gwtquery-core/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
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> @@ -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> |