diff options
Diffstat (limited to 'gwtquery-core-2.0.1')
-rw-r--r-- | gwtquery-core-2.0.1/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gwtquery-core-2.0.1/pom.xml b/gwtquery-core-2.0.1/pom.xml index 13f1e92b..0d777151 100644 --- a/gwtquery-core-2.0.1/pom.xml +++ b/gwtquery-core-2.0.1/pom.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.0.0-M1-SNAPSHOT</version> + <version>1.0.0-M1</version> </parent> <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description> |