From 8235431c0b987178d219082c88cd3529755e72a6 Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Tue, 7 Aug 2012 21:48:17 +0000 Subject: [PATCH] Specify a version for maven-failsafe-plugin because one is not specified in commons-parent. This makes sure the build is reproducible and removes a warning when building with Maven 3. Use surefire version 2.12, same as in the latest commons-parent. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1370551 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index d049c05..2afd6ee 100644 --- a/pom.xml +++ b/pom.xml @@ -345,6 +345,7 @@ under the License. --> org.apache.maven.plugins maven-failsafe-plugin + ${commons.surefire.version} integration-test @@ -511,5 +512,6 @@ under the License. -bin LOGGING 12310484 + 2.12