aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-08-01 20:06:13 +0000
committerManolo Carrasco <manolo@apache.org>2011-08-01 20:06:13 +0000
commit31befeac2d1e67a8184f5afba6b6f0035555d6d0 (patch)
tree841edc9c3545a083f4d9c032267d9ab650e303f2 /pom.xml
parent942257ae677f02ef602bf653bd3d7e7718e95244 (diff)
downloadgwtquery-31befeac2d1e67a8184f5afba6b6f0035555d6d0.tar.gz
gwtquery-31befeac2d1e67a8184f5afba6b6f0035555d6d0.zip
version in trunk should be SNAPSHOT
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e2e9a5bc..ac9483b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>