aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-05-02 15:44:26 +0000
committerManolo Carrasco <manolo@apache.org>2011-05-02 15:44:26 +0000
commit4163e0cee272fa560c358ececf53ee94c1c9bb1c (patch)
tree73ec556baa39d021619df09a39d4395c85f2e59a /pom.xml
parentbad40394221719160e7f917cc66254aad316d3c9 (diff)
downloadgwtquery-4163e0cee272fa560c358ececf53ee94c1c9bb1c.tar.gz
gwtquery-4163e0cee272fa560c358ececf53ee94c1c9bb1c.zip
prepare for releasing M1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 1f5045af..65145599 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>