]> source.dussan.org Git - gwtquery.git/commitdiff
depend on the parent which is deployed in maven repo, so as the module can be compile...
authorManolo Carrasco <manolo@apache.org>
Fri, 4 Nov 2011 09:40:06 +0000 (09:40 +0000)
committerManolo Carrasco <manolo@apache.org>
Fri, 4 Nov 2011 09:40:06 +0000 (09:40 +0000)
gwtquery-core/pom.xml

index 520531a4655d478bcdf1f46aaf2a11133207fda6..2d5e8e2d01635a5e3941144473e8eff336f93f64 100644 (file)
@@ -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>