diff options
author | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-03-15 16:33:06 +0100 |
---|---|---|
committer | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-03-15 16:33:06 +0100 |
commit | 61e090d43a06b6f7011eb65d6b35e96d905a5387 (patch) | |
tree | 34cdad35244e0a10d4cd24319f08777bcdac2106 | |
parent | 7b9441681c9fb74aa88c04b2642dabc2d2b7e06d (diff) | |
download | gwtquery-61e090d43a06b6f7011eb65d6b35e96d905a5387.tar.gz gwtquery-61e090d43a06b6f7011eb65d6b35e96d905a5387.zip |
Changing version so as we can release gquery 1.3.2
-rw-r--r-- | archetype/pom.xml | 2 | ||||
-rw-r--r-- | devtest/pom.xml | 2 | ||||
-rw-r--r-- | gwtquery-core-2.0.1/pom.xml | 2 | ||||
-rw-r--r-- | gwtquery-core-2.1.0/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 |
8 files changed, 9 insertions, 9 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml index 1af510a6..1636a2fa 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.3.2-SNAPSHOT</version> + <version>1.3.2</version> <packaging>maven-archetype</packaging> <name>GwtQuery Archetype</name> diff --git a/devtest/pom.xml b/devtest/pom.xml index 3f73740f..a9741a61 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.3.2-SNAPSHOT</version> + <version>1.3.2</version> </parent> <artifactId>devtest</artifactId> diff --git a/gwtquery-core-2.0.1/pom.xml b/gwtquery-core-2.0.1/pom.xml index 5812ec0f..6737307b 100644 --- a/gwtquery-core-2.0.1/pom.xml +++ b/gwtquery-core-2.0.1/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.2</version> </parent> <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description> diff --git a/gwtquery-core-2.1.0/pom.xml b/gwtquery-core-2.1.0/pom.xml index e8238181..6af637b1 100644 --- a/gwtquery-core-2.1.0/pom.xml +++ b/gwtquery-core-2.1.0/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.2</version> </parent> <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description> diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index 38a404d6..2d5c76f3 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.3.2-SNAPSHOT</version> + <version>1.3.2</version> </parent> <artifactId>gwtquery</artifactId> <packaging>jar</packaging> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.2</version> <name>Gwt Query Core API</name> <url>http://gwtquery.com</url> <dependencies> diff --git a/jsquery/pom.xml b/jsquery/pom.xml index ad30ddff..a09bfb5a 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.3.2-SNAPSHOT</version> + <version>1.3.2</version> </parent> <name>JsQuery</name> @@ -3,7 +3,7 @@ <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> <packaging>pom</packaging> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.2</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 18a91e26..35fb7507 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.3.2-SNAPSHOT</version> + <version>1.3.2</version> </parent> <name>GwtQuery Samples</name> |