From 73c9ac5acbe8d333b30d4445a9cf4bacffd0a009 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Aug 2018 10:12:57 +0200 Subject: [PATCH 1/2] Upgrade to Spring Boot 2.0.4.RELEASE --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 793e39e1a..b4d2190b1 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.3.RELEASE + 2.0.4.RELEASE petclinic From 60105d5d9a8b64d29927b98cd06d6d811fd4bb52 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Aug 2018 10:47:13 +0200 Subject: [PATCH 2/2] Use Jacoco rather than cobertura --- pom.xml | 37 ++++++++++++------------------------- 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/pom.xml b/pom.xml index b4d2190b1..0469ceaf7 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 2.2.4 1.8.0 - 2.7 + 0.8.1 @@ -134,17 +134,20 @@ - org.codehaus.mojo - cobertura-maven-plugin - ${cobertura.version} - - - + org.jacoco + jacoco-maven-plugin + ${jacoco.version} - clean - check + prepare-agent + + + + report + prepare-package + + report @@ -201,22 +204,6 @@ - - - - - org.codehaus.mojo - cobertura-maven-plugin - ${cobertura.version} - - - html - - - - - -