From 5ca85bd2c066b57a15ec4e90c8ae1333804ddd01 Mon Sep 17 00:00:00 2001 From: Nikita Timofeev Date: Wed, 20 Nov 2024 18:39:26 +0300 Subject: [PATCH] Replace ${bootique.version} with ${project.version} --- bootique-logback-json/pom.xml | 4 ++-- bootique-logback-sentry/pom.xml | 2 +- pom.xml | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bootique-logback-json/pom.xml b/bootique-logback-json/pom.xml index a0a7e89..7ef2039 100644 --- a/bootique-logback-json/pom.xml +++ b/bootique-logback-json/pom.xml @@ -39,12 +39,12 @@ io.bootique.logback bootique-logback - ${bootique.version} + ${project.version} io.bootique.logback bootique-logback - ${bootique.version} + ${project.version} test-jar diff --git a/bootique-logback-sentry/pom.xml b/bootique-logback-sentry/pom.xml index ef6629c..18dd67c 100644 --- a/bootique-logback-sentry/pom.xml +++ b/bootique-logback-sentry/pom.xml @@ -40,7 +40,7 @@ io.bootique.logback bootique-logback - ${bootique.version} + ${project.version} diff --git a/pom.xml b/pom.xml index 58b4dbc..62fd280 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,6 @@ - ${project.version} 1.5.5 7.8.0 0.1.5 @@ -61,12 +60,12 @@ io.bootique bootique - ${bootique.version} + ${project.version} io.bootique bootique-junit5 - ${bootique.version} + ${project.version} ch.qos.logback