From 169bdfefaa8c7bfaedec4a56b2d31ed0a13c5c74 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 a18e20f97..d3741cb08 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 7762e9750..556b9f594 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