diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-08-01 20:06:13 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-08-01 20:06:13 +0000 |
commit | 31befeac2d1e67a8184f5afba6b6f0035555d6d0 (patch) | |
tree | 841edc9c3545a083f4d9c032267d9ab650e303f2 /pom.xml | |
parent | 942257ae677f02ef602bf653bd3d7e7718e95244 (diff) | |
download | gwtquery-31befeac2d1e67a8184f5afba6b6f0035555d6d0.tar.gz gwtquery-31befeac2d1e67a8184f5afba6b6f0035555d6d0.zip |
version in trunk should be SNAPSHOT
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -3,6 +3,7 @@ <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> <packaging>pom</packaging> + <!-- <version>1.0.1-SNAPSHOT</version> --> <version>1.0.1-SNAPSHOT</version> <name>Gwt Query Project</name> <url>http://gwtquery.com</url> @@ -11,11 +12,13 @@ <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> @@ -233,11 +236,11 @@ <repoUrl>file://mavenrepo</repoUrl> </properties> <distributionManagement> - <snapshotRepository> + <repository> <uniqueVersion>false</uniqueVersion> <id>local mavenrepo</id> <url>file://mavenrepo</url> - </snapshotRepository> + </repository> </distributionManagement> </profile> </profiles> |