From 43c9bb5bb28dc81af535768def478cac86477bfc Mon Sep 17 00:00:00 2001 From: Nikita Timofeev Date: Thu, 21 Nov 2024 10:56:36 +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 8c41fb7..48bd641 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,6 @@ Provides Curator Zookeeper Client integration with Bootique - ${project.version} 5.6.0 33.1.0-jre @@ -75,12 +74,12 @@ io.bootique bootique - ${bootique.version} + ${project.version} io.bootique bootique-junit5 - ${bootique.version} + ${project.version} org.testcontainers