diff options
author | Maxime Mériouma-Caron <maxime.meriouma@arcbees.com> | 2016-02-01 21:23:42 -0500 |
---|---|---|
committer | Maxime Mériouma-Caron <maxime.meriouma@arcbees.com> | 2016-02-01 21:23:42 -0500 |
commit | 28e371c41e39a8f186794eb2ac55585ebdb5c777 (patch) | |
tree | d68c0a4c2fa498eb214a1c667c8ea943bc8ff0bb | |
parent | 41b5b64378484ff0a3b8a6962935df8b17f6b689 (diff) | |
download | gwtquery-28e371c41e39a8f186794eb2ac55585ebdb5c777.tar.gz gwtquery-28e371c41e39a8f186794eb2ac55585ebdb5c777.zip |
[maven-release-plugin] prepare release gwtquery-project-1.5-beta1
-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 df7b450f..c6b11426 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.4-SNAPSHOT</version> + <version>1.5-beta1</version> <packaging>maven-archetype</packaging> <name>GwtQuery Archetype</name> diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index e1af3097..e405a214 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.4-SNAPSHOT</version> + <version>1.5-beta1</version> </parent> @@ -3,7 +3,7 @@ <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> <packaging>pom</packaging> - <version>1.4.4-SNAPSHOT</version> + <version>1.5-beta1</version> <name>Gwt Query Project</name> <url>http://gwtquery.com</url> <description>GwtQuery is a jQuery clone written in GWT.</description> |