diff options
author | Manolo Carrasco <manolo@apache.org> | 2015-01-15 00:00:49 +0100 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2015-01-15 00:00:49 +0100 |
commit | 0b4ca15d994c78cc38e35cbe691f02b73f1fb54b (patch) | |
tree | 28fee5b43f41cc7ee40575a23f662e4371382651 | |
parent | 693979306855cf9bcf6f049a6d7492c025b094bd (diff) | |
download | gwtquery-0b4ca15d994c78cc38e35cbe691f02b73f1fb54b.tar.gz gwtquery-0b4ca15d994c78cc38e35cbe691f02b73f1fb54b.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 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> @@ -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> |