From 83903575a95c5d27167589b39114e09a8625d5ab Mon Sep 17 00:00:00 2001 From: "jardel.novaes" Date: Fri, 10 Jun 2022 13:03:09 -0300 Subject: [PATCH] Use property for maven-surefure-pugin Closes gh-62 --- booking-faces/pom.xml | 2 +- booking-mvc/pom.xml | 2 +- pom.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/booking-faces/pom.xml b/booking-faces/pom.xml index 768ff16..4882f67 100644 --- a/booking-faces/pom.xml +++ b/booking-faces/pom.xml @@ -164,7 +164,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.20.1 + ${maven-surefire-plugin.version} junit:junit diff --git a/booking-mvc/pom.xml b/booking-mvc/pom.xml index 7c6f83e..57cb130 100644 --- a/booking-mvc/pom.xml +++ b/booking-mvc/pom.xml @@ -203,7 +203,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.22.2 + ${maven-surefire-plugin.version} junit:junit diff --git a/pom.xml b/pom.xml index d11d3d5..b8626db 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ 8.0 5.0.0 3.0.0-SNAPSHOT + 2.22.2