From d1d04b6f9da32e5601abbc8f80a569f1058dcd0f Mon Sep 17 00:00:00 2001 From: Nikita Timofeev Date: Thu, 21 Nov 2024 10:47:28 +0300 Subject: [PATCH] Replace ${bootique.version} with ${project.version} --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index cccd491..58eeea3 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,6 @@ Provides JCache integration with Bootique - ${project.version} 3.10.8 1.1.1 @@ -70,12 +69,12 @@ io.bootique bootique - ${bootique.version} + ${project.version} io.bootique bootique-junit5 - ${bootique.version} + ${project.version} org.mockito