diff options
-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-2.2.0/pom.xml | 2 | ||||
-rw-r--r-- | gwtquery-core-2.3.0/pom.xml | 2 | ||||
-rw-r--r-- | gwtquery-core/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 5 | ||||
-rw-r--r-- | samples/pom.xml | 2 |
8 files changed, 11 insertions, 8 deletions
diff --git a/devtest/pom.xml b/devtest/pom.xml index bcd2b573..9617d695 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.0.0-M3-SNAPSHOT</version> + <version>1.0.0-M3</version> </parent> <artifactId>devtest</artifactId> diff --git a/gwtquery-core-2.0.1/pom.xml b/gwtquery-core-2.0.1/pom.xml index f04f9287..6db60e07 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.0.0-M4-SNAPSHOT</version> + <version>1.0.0-M3</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 13264b9e..76c75dee 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.0.0-M4-SNAPSHOT</version> + <version>1.0.0-M3</version> </parent> <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description> diff --git a/gwtquery-core-2.2.0/pom.xml b/gwtquery-core-2.2.0/pom.xml index 67d8c6d4..0bc31e80 100644 --- a/gwtquery-core-2.2.0/pom.xml +++ b/gwtquery-core-2.2.0/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.0.0-M3-SNAPSHOT</version> + <version>1.0.0-M3</version> </parent> <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description> diff --git a/gwtquery-core-2.3.0/pom.xml b/gwtquery-core-2.3.0/pom.xml index 18995197..0571a367 100644 --- a/gwtquery-core-2.3.0/pom.xml +++ b/gwtquery-core-2.3.0/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.0.0-M4-SNAPSHOT</version> + <version>1.0.0-M3</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 355f3b71..71a6bad3 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.0.0-M4-SNAPSHOT</version> + <version>1.0.0-M3</version> </parent> <artifactId>gwtquery</artifactId> @@ -3,7 +3,7 @@ <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> <packaging>pom</packaging> - <version>1.0.0-M4-SNAPSHOT</version> + <version>1.0.0-M3</version> <name>Gwt Query Project</name> <url>http://gwtquery.com</url> <description>GwtQuery is a jQuery clone written in GWT.</description> @@ -65,10 +65,13 @@ </scm> <modules> +<!-- <module>gwtquery-core</module> <module>gwtquery-core-2.3.0</module> + <module>gwtquery-core-2.2.0</module> <module>gwtquery-core-2.1.0</module> <module>gwtquery-core-2.0.1</module> +--> <!-- <module>samples</module> --> <!-- <module>devtest</module> --> </modules> diff --git a/samples/pom.xml b/samples/pom.xml index 097a1875..04386a76 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.0.0-M3-SNAPSHOT</version> + <version>1.0.0-M3</version> </parent> <name>GwtQuery Samples</name> |