diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-02 15:44:26 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-02 15:44:26 +0000 |
commit | 4163e0cee272fa560c358ececf53ee94c1c9bb1c (patch) | |
tree | 73ec556baa39d021619df09a39d4395c85f2e59a /pom.xml | |
parent | bad40394221719160e7f917cc66254aad316d3c9 (diff) | |
download | gwtquery-4163e0cee272fa560c358ececf53ee94c1c9bb1c.tar.gz gwtquery-4163e0cee272fa560c358ececf53ee94c1c9bb1c.zip |
prepare for releasing M1
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -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-M1-SNAPSHOT</version> <name>Gwt Query Project</name> <url>http://gwtquery.com</url> <description>GwtQuery is a jQuery clone written in GWT.</description> @@ -165,18 +165,16 @@ <gwt.outputstyle>OBF</gwt.outputstyle> <gwt.modulesuffix /> <gwtmaven>2.2.0</gwtmaven> - <repoUrl>https://oss.sonatype.org/content/repositories/snapshots</repoUrl> - <repoId>sonatype-nexus-snapshots</repoId> - <repoUniqueVers>false</repoUniqueVers> + <repoId>sonatype-nexus-staging</repoId> + <repoUrl>http://oss.sonatype.org/service/local/staging/deploy/maven2</repoUrl> </properties> <profiles> <profile> - <id>prod</id> + <id>snap</id> <properties> - <repoId>sonatype-nexus-staging</repoId> - <repoUrl>http://oss.sonatype.org/service/local/staging/deploy/maven2</repoUrl> - <repoUniqueVers>true</repoUniqueVers> + <repoUrl>https://oss.sonatype.org/content/repositories/snapshots</repoUrl> + <repoId>sonatype-nexus-snapshots</repoId> </properties> </profile> <profile> |