From af3fb7f0808c01d3cecb1be416f05d57f2d8b1c8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sat, 10 May 2014 23:04:24 +0100 Subject: [PATCH] Fix maven warnings Fix maven warnings caused by missing version information on the root POM. --- pom.xml | 5 +++++ spring-boot-dependencies/pom.xml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e6df5b5b84..d7acc54411 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,11 @@ maven-antrun-plugin 1.7 + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 344f4c82c3..98b2a7de68 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1083,7 +1083,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.16 + 2.17 org.apache.maven.plugins @@ -1128,7 +1128,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.16 + 2.17 org.apache.maven.plugins