diff options
author | Manolo Carrasco <manolo@apache.org> | 2012-09-10 10:57:56 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2012-09-10 10:57:56 +0000 |
commit | fc46636a0db3e52928cb164b1928aff099a5f0ba (patch) | |
tree | a07ab95921a3ba415c399bbda60635e911ee0063 | |
parent | 87fc7f8b04c8a8db750ef4e27176c1eca503349e (diff) | |
download | gwtquery-fc46636a0db3e52928cb164b1928aff099a5f0ba.tar.gz gwtquery-fc46636a0db3e52928cb164b1928aff099a5f0ba.zip |
Set snapshot version
-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 |
5 files changed, 6 insertions, 6 deletions
diff --git a/devtest/pom.xml b/devtest/pom.xml index ed2b6ce1..f6dc58c1 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.1.1-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>devtest</artifactId> diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index d59a714c..88bf45d6 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.1.1-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>gwtquery</artifactId> <packaging>jar</packaging> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <name>Gwt Query Core API</name> <url>http://gwtquery.com</url> <dependencies> diff --git a/jsquery/pom.xml b/jsquery/pom.xml index ae3a35d9..10e055fe 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.1.1-SNAPSHOT</version> + <version>1.2.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.1.1-SNAPSHOT</version> + <version>1.2.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 5ef09c91..7d737fe6 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.1.1-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <name>GwtQuery Samples</name> |