diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-03 11:09:26 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-03 11:09:26 +0000 |
commit | d06d7172d76c0a4b66c393949d0cdfb62398e565 (patch) | |
tree | 955cbd6e173a86c21e7c368bad83728419342f4d | |
parent | 64ddbcb4afc3d2357bfa744ce26d3d097e8d0567 (diff) | |
download | gwtquery-d06d7172d76c0a4b66c393949d0cdfb62398e565.tar.gz gwtquery-d06d7172d76c0a4b66c393949d0cdfb62398e565.zip |
[maven-release-plugin] prepare release gwtquery-project-1.0.0
-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 | 2 | ||||
-rw-r--r-- | pom.xml | 10 | ||||
-rw-r--r-- | samples/pom.xml | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/gwtquery-core-2.0.1/pom.xml b/gwtquery-core-2.0.1/pom.xml index 3870c51c..b2e78f5e 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-SNAPSHOT</version> + <version>1.0.0</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 9ffe475f..8ee68a5a 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-SNAPSHOT</version> + <version>1.0.0</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 c3f11458..9b71a6be 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-SNAPSHOT</version> + <version>1.0.0</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-SNAPSHOT</version> + <version>1.0.0</version> <name>Gwt Query Project</name> <url>http://gwtquery.com</url> <description>GwtQuery is a jQuery clone written in GWT.</description> @@ -57,11 +57,11 @@ </developers> <scm> - <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk + <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0 </connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk + <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0 </developerConnection> - <url>http://code.google.com/p/gwtquery/source/browse/trunk</url> + <url>http://code.google.com/p/gwtquery/source/browse/tags/gwtquery-project-1.0.0</url> </scm> <modules> @@ -162,7 +162,7 @@ <properties> <gwtversion>2.2.0</gwtversion> <gwtmaven>2.2.0</gwtmaven> - <gqueryclassifier></gqueryclassifier> + <gqueryclassifier /> <gwt.loglevel>INFO</gwt.loglevel> <gwt.outputstyle>OBF</gwt.outputstyle> <gwt.modulesuffix /> diff --git a/samples/pom.xml b/samples/pom.xml index f8513dba..7220e459 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-SNAPSHOT</version> + <version>1.0.0</version> </parent> <name>GwtQuery Samples</name> |