From 5d2d79f4db57f446100f4524b88fad10b5232f8c Mon Sep 17 00:00:00 2001 From: jandroav Date: Fri, 13 Oct 2023 11:45:48 +0200 Subject: [PATCH] chore(pom.xml): update liquibase-parent-pom version from 0.3.0-SNAPSHOT to 0.2.5-SNAPSHOT for compatibility chore(pom.xml): update Implementation-Title in manifestEntries to ${project.artifactId}-${project.version} for accurate identification chore(pom.xml): update finalName in jar-with-dependencies configuration to ${project.artifactId}-${project.version} for correct naming chore(pom.xml): update Implementation-Title in manifestEntries to ${project.artifactId}-${project.version} for accurate identification in shade plugin --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 6e63594..8144c0e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.liquibase liquibase-parent-pom Liquibase Parent POM - 0.3.0-SNAPSHOT + 0.2.5-SNAPSHOT Liquibase Parent POM for all Extensions https://github.com/liquibase/liquibase-parent-pom pom @@ -311,7 +311,7 @@ - ${project.name} + ${project.artifactId}-${project.version} Liquibase ${project.version} @@ -320,7 +320,7 @@ jar-with-dependencies - ${project.name}-${project.version} + ${project.artifactId}-${project.version} @@ -410,7 +410,7 @@ Liquibase ${liquibase.version} Liquibase.org - ${project.name} + ${project.artifactId}-${project.version} ${project.version} Liquibase @@ -484,7 +484,7 @@ - ${project.name} + ${project.artifactId}-${project.version} Liquibase ${project.version}