diff options
author | Manolo Carrasco <manolo@apache.org> | 2010-05-06 09:34:26 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2010-05-06 09:34:26 +0000 |
commit | d2de3e94ac24e22b1ba4f91edd27954ea696fdb3 (patch) | |
tree | ef3bbe644afed7ca8d7decd1ed6ff6eb7e30e20f /plugins | |
parent | 624e970f7b2b6e2224de4e625156f4f4c10f4d4e (diff) | |
download | gwtquery-d2de3e94ac24e22b1ba4f91edd27954ea696fdb3.tar.gz gwtquery-d2de3e94ac24e22b1ba4f91edd27954ea696fdb3.zip |
Set version number to 1.0.0. Deploy sites now are pointing to gwtquery svn-repo. Added gcupload-maven-plugin to upload distribution file to google-code. Modified surefire configuration in order to run gwtTests which share the same module, and run emma goals
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pom.xml b/plugins/pom.xml index 78fb5f36..9a0d8f95 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.google.gwt</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </parent> <name>GwtQuery Plugins</name> |