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 /pom.xml | |
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 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3,7 +3,7 @@ <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> <packaging>pom</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0.rc1-SNAPSHOT</version> <name>Gwt Query Project</name> <url>http://gwtquery.com</url> <description>GwtQuery is a jQuery clone written in GWT.</description> @@ -11,13 +11,11 @@ <system>Google Code</system> <url>http://code.google.com/p/gwtquery/issues/list</url> </issueManagement> -<!-- <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>3</version> </parent> ---> <distributionManagement> <snapshotRepository> |