diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-08-28 00:36:22 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-08-28 00:36:22 +0000 |
commit | 2ddf730da0221ab8048af059d4001efdbe0625e4 (patch) | |
tree | 93c8cb01285cdc011cb252786669815fef37fdd6 /archetype | |
parent | 4a76024fc9a2c451e7bc4ff80a255b1f5c7c5c87 (diff) | |
download | gwtquery-2ddf730da0221ab8048af059d4001efdbe0625e4.tar.gz gwtquery-2ddf730da0221ab8048af059d4001efdbe0625e4.zip |
prepare 1.1.0.rc1 to be deployed to central maven repo
Diffstat (limited to 'archetype')
-rw-r--r-- | archetype/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml index 9219a8ed..378dda55 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.1.0-SNAPSHOT</version> + <version>1.1.0.rc1-SNAPSHOT</version> <packaging>maven-archetype</packaging> <name>GwtQuery Archetype</name> <description>This archetype generates a Gwt-2.2.0 project with all set to use GwtQuery and its plugins</description> |