From ee37d6844d8c1b45c1bac61d13ab35341d8d9a60 Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Fri, 13 Oct 2023 09:28:53 +0200 Subject: [PATCH] chore(pom.xml): update liquibase-parent-pom version from 0.3.0-SNAPSHOT to 0.2.4-SNAPSHOT for compatibility (#67) refactor(pom.xml): remove activeByDefault flag from run-proguard profile to avoid unintended execution refactor(pom.xml): add -dontwarn options for software.amazon, org.slf4j, org.apache, io.netty, and com.fasterxml to suppress warning messages during ProGuard execution --- pom.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index fc5ddb3..91be87b 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.4-SNAPSHOT Liquibase Parent POM for all Extensions https://github.com/liquibase/liquibase-parent-pom pom @@ -767,9 +767,6 @@ run-proguard - - true - @@ -800,6 +797,11 @@ *; } + + + + +