From 23abe339b1d7cde9a34a2f0b7192d568f000231d Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 21 May 2012 14:06:50 +0200 Subject: [PATCH] DATACMNS-173 - Upgraded Maven Compiler and Surefire plugins. Upgraded Surefire plugin to 2.12. Upgraded JUnit dependency to 4.10. Upgraded compiler plugin to 2.4. --- spring-data-commons-core/pom.xml | 2 +- spring-data-commons-parent/pom.xml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/spring-data-commons-core/pom.xml b/spring-data-commons-core/pom.xml index 5d7a2a086..df9fb898f 100644 --- a/spring-data-commons-core/pom.xml +++ b/spring-data-commons-core/pom.xml @@ -62,7 +62,7 @@ junit junit-dep - 4.8.2 + 4.10 org.springframework diff --git a/spring-data-commons-parent/pom.xml b/spring-data-commons-parent/pom.xml index 817e9bf60..10c4dde16 100644 --- a/spring-data-commons-parent/pom.xml +++ b/spring-data-commons-parent/pom.xml @@ -119,7 +119,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 2.4 1.5 1.5 @@ -139,13 +139,15 @@ org.apache.maven.plugins maven-surefire-plugin - 2.8 + 2.12 false **/*Tests.java - junit:junit + junit:junit-dep + methods + 5