From 450ef269b71fd85296b360367705ed8cfa8bf927 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 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index cff0cb1e..1926c029 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,6 @@ - ${project.version} 5.3.34 @@ -62,27 +61,27 @@ io.bootique bootique - ${bootique.version} + ${project.version} io.bootique bootique-junit5 - ${bootique.version} + ${project.version} io.bootique.logback bootique-logback - ${bootique.version} + ${project.version} io.bootique.curator bootique-curator - ${bootique.version} + ${project.version} io.bootique.metrics bootique-metrics - ${bootique.version} + ${project.version} org.springframework