aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Mériouma-Caron <maxime.meriouma@arcbees.com>2016-02-01 21:23:42 -0500
committerMaxime Mériouma-Caron <maxime.meriouma@arcbees.com>2016-02-01 21:23:42 -0500
commit28e371c41e39a8f186794eb2ac55585ebdb5c777 (patch)
treed68c0a4c2fa498eb214a1c667c8ea943bc8ff0bb
parent41b5b64378484ff0a3b8a6962935df8b17f6b689 (diff)
downloadgwtquery-28e371c41e39a8f186794eb2ac55585ebdb5c777.tar.gz
gwtquery-28e371c41e39a8f186794eb2ac55585ebdb5c777.zip
[maven-release-plugin] prepare release gwtquery-project-1.5-beta1
-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 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>
diff --git a/pom.xml b/pom.xml
index 75d94e6c..c0c88fcb 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.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>