diff options
-rw-r--r-- | gwtquery-core/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index 74453eb7..d69247dd 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -4,7 +4,7 @@ <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> <!--<version>1.0.1-SNAPSHOT</version>--> - <version>1.0.1-M1</version> + <version>1.0.1-SNAPSHOT</version> </parent> @@ -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> |