Browse Source

Change gwtquery.com by gquery.org

tags/release-1.4.0
Manuel Carrasco Moñino 11 years ago
parent
commit
89d3f8c2bd
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      README.md
  2. 1
    1
      gwtquery-core/pom.xml

+ 1
- 1
README.md View File



Currently, almost the jQuery API is written and all CSS3 selectors should be supported. Currently, almost the jQuery API is written and all CSS3 selectors should be supported.


For more information/documentation : http://www.gwtquery.com
For more information/documentation : http://www.gquery.org



+ 1
- 1
gwtquery-core/pom.xml View File

<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.4.0-SNAPSHOT</version> <version>1.4.0-SNAPSHOT</version>
<name>Gwt Query Core API</name> <name>Gwt Query Core API</name>
<url>http://gwtquery.com</url>
<url>http://gquery.org</url>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>

Loading…
Cancel
Save