diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-03 09:16:48 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-03 09:16:48 +0000 |
commit | 985a2445deda7c6a69e01c8b74b5940b85092e96 (patch) | |
tree | 1718d3d5d7ae06d649cedbfa34053c3154c18fc9 /gwtquery-core/pom.xml | |
parent | 9019534a5990ab8909c7d30d922311aadfda3313 (diff) | |
download | gwtquery-985a2445deda7c6a69e01c8b74b5940b85092e96.tar.gz gwtquery-985a2445deda7c6a69e01c8b74b5940b85092e96.zip |
Prepare to release 1.0.0
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 ab1ab042..c3f11458 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-M3-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </parent> <artifactId>gwtquery</artifactId> @@ -59,7 +59,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <skipTests>true</skipTests> + <skipTests>false</skipTests> <additionalClasspathElements> <additionalClasspathElement> ${project.build.sourceDirectory} |