diff options
-rw-r--r-- | gwtquery-core/pom.xml | 1 | ||||
-rw-r--r-- | pom.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index 111662cf..67518e26 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -78,6 +78,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> + <version>2.18</version> <configuration> <additionalClasspathElements> <additionalClasspathElement>${basedir}/src/main/java</additionalClasspathElement> @@ -97,6 +97,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> + <version>3.2</version> <configuration> <source>1.6</source> <target>1.6</target> |