diff options
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} |