diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-11-04 09:40:06 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-11-04 09:40:06 +0000 |
commit | 434c80f577f4a2e4614f5fd27fc8a9df44b7c38b (patch) | |
tree | 844742a1042f3a5d738d0f334ad9ea3837e0ce90 | |
parent | e05275405689442f05ea6f3fc5da5ca1bf4636dd (diff) | |
download | gwtquery-434c80f577f4a2e4614f5fd27fc8a9df44b7c38b.tar.gz gwtquery-434c80f577f4a2e4614f5fd27fc8a9df44b7c38b.zip |
depend on the parent which is deployed in maven repo, so as the module can be compiled without checking out the parent folder
-rw-r--r-- | gwtquery-core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index 520531a4..2d5e8e2d 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -3,12 +3,12 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.0</version> </parent> - <artifactId>gwtquery</artifactId> <packaging>jar</packaging> + <version>1.1.1-SNAPSHOT</version> <name>Gwt Query Core API</name> <url>http://gwtquery.com</url> <dependencies> |