diff options
author | Manolo Carrasco <manolo@apache.org> | 2013-12-18 19:28:58 +0100 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2013-12-18 19:28:58 +0100 |
commit | 5ea9703b9b9321563dbf6ef147404348c702553f (patch) | |
tree | c4c0e487490edcd3d09d63c5d0f0b452ea9006b2 | |
parent | 9a9f2b09872fcd4c424bc3bf885b09b7a506a288 (diff) | |
download | gwtquery-5ea9703b9b9321563dbf6ef147404348c702553f.tar.gz gwtquery-5ea9703b9b9321563dbf6ef147404348c702553f.zip |
Updating version to new snapshot
-rw-r--r-- | archetype/pom.xml | 2 | ||||
-rw-r--r-- | archetype/src/main/resources/archetype-resources/pom.xml | 2 | ||||
-rw-r--r-- | devtest/pom.xml | 2 | ||||
-rw-r--r-- | gwtquery-core/pom.xml | 4 | ||||
-rw-r--r-- | jsquery/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | samples/pom.xml | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml index 02dc1773..94d53b52 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.0</version> + <version>1.4.1-SNAPSHOT</version> <packaging>maven-archetype</packaging> <name>GwtQuery Archetype</name> diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml index ea67aeb3..f61084a9 100644 --- a/archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetype/src/main/resources/archetype-resources/pom.xml @@ -12,7 +12,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.6</maven.compiler.source> <maven.compiler.target>1.6</maven.compiler.target> - <gQueryVersion>1.4.0</gQueryVersion> + <gQueryVersion>1.4.1-SNAPSHOT</gQueryVersion> <gwtversion>2.5.1</gwtversion> <gwtmaven>2.5.1</gwtmaven> </properties> diff --git a/devtest/pom.xml b/devtest/pom.xml index 8822f76a..64ec23e6 100644 --- a/devtest/pom.xml +++ b/devtest/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.4.0</version> + <version>1.4.1-SNAPSHOT</version> </parent> <artifactId>devtest</artifactId> diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index 03c4d88d..a90c6a82 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -3,12 +3,12 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.4.0</version> + <version>1.4.1-SNAPSHOT</version> </parent> <artifactId>gwtquery</artifactId> <packaging>jar</packaging> - <version>1.4.0</version> + <version>1.4.1-SNAPSHOT</version> <name>Gwt Query Core API</name> <url>http://gquery.org</url> <dependencies> diff --git a/jsquery/pom.xml b/jsquery/pom.xml index 8fd1335b..6feb3851 100644 --- a/jsquery/pom.xml +++ b/jsquery/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.4.0</version> + <version>1.4.1-SNAPSHOT</version> </parent> <name>JsQuery</name> @@ -3,7 +3,7 @@ <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> <packaging>pom</packaging> - <version>1.4.0</version> + <version>1.4.1-SNAPSHOT</version> <name>Gwt Query Project</name> <url>http://gwtquery.com</url> <description>GwtQuery is a jQuery clone written in GWT.</description> diff --git a/samples/pom.xml b/samples/pom.xml index 1b3d5c00..18c15f14 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.4.0</version> + <version>1.4.1-SNAPSHOT</version> </parent> <name>GwtQuery Samples</name> |