From 1bd9c6e9f3ae3a31260d4a1425dce2b5e6edb376 Mon Sep 17 00:00:00 2001 From: "David M. Lloyd" Date: Fri, 5 Jul 2024 08:09:09 -0500 Subject: [PATCH] Use single property for logging tools version --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 19d653c..27da1ee 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,8 @@ false 11 + + 3.0.0.Final @@ -95,13 +97,13 @@ org.jboss.logging jboss-logging-annotations - 2.2.1.Final + ${version.jboss.logging.tools} provided org.jboss.logging jboss-logging-processor - 2.2.1.Final + ${version.jboss.logging.tools} provided