diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-02 15:44:26 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-02 15:44:26 +0000 |
commit | 4163e0cee272fa560c358ececf53ee94c1c9bb1c (patch) | |
tree | 73ec556baa39d021619df09a39d4395c85f2e59a /gwtquery-core/pom.xml | |
parent | bad40394221719160e7f917cc66254aad316d3c9 (diff) | |
download | gwtquery-4163e0cee272fa560c358ececf53ee94c1c9bb1c.tar.gz gwtquery-4163e0cee272fa560c358ececf53ee94c1c9bb1c.zip |
prepare for releasing M1
Diffstat (limited to 'gwtquery-core/pom.xml')
-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 c3f11458..eb20073e 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-M1-SNAPSHOT</version> </parent> <artifactId>gwtquery</artifactId> @@ -59,7 +59,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <skipTests>false</skipTests> + <skipTests>true</skipTests> <additionalClasspathElements> <additionalClasspathElement> ${project.build.sourceDirectory} |