diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-02 09:43:00 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-02 09:43:00 +0000 |
commit | c2396a341b66031877ea6cc99991e619281be0b6 (patch) | |
tree | 5779803d8d39d1d7bf0c80665c5a606c9a3f18e0 /gwtquery-core-2.2.0/pom.xml | |
parent | 30c7b7130034d7dde2f642643cc1af4c49982035 (diff) | |
download | gwtquery-c2396a341b66031877ea6cc99991e619281be0b6.tar.gz gwtquery-c2396a341b66031877ea6cc99991e619281be0b6.zip |
[maven-release-plugin] prepare release gwtquery-project-1.0.0
Diffstat (limited to 'gwtquery-core-2.2.0/pom.xml')
-rw-r--r-- | gwtquery-core-2.2.0/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gwtquery-core-2.2.0/pom.xml b/gwtquery-core-2.2.0/pom.xml index b5071d63..aff3b5b8 100644 --- a/gwtquery-core-2.2.0/pom.xml +++ b/gwtquery-core-2.2.0/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-SNAPSHOT</version> + <version>1.0.0</version> </parent> <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description> |