From 4940edd39874cb3e7c396260885aa122b7367583 Mon Sep 17 00:00:00 2001 From: pashko Date: Wed, 17 Apr 2024 17:09:23 +0800 Subject: [PATCH] liquibase properties in pom.xml single env. it works. --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index ceab03d..83d67c5 100644 --- a/pom.xml +++ b/pom.xml @@ -11,15 +11,15 @@ UTF-8 UTF-8 - 1.2.13 - 1.7.36 + 4.17.0 42.6.0 1.32 - + @@ -57,7 +57,7 @@ org.liquibase liquibase-maven-plugin - ${liquibase.version} + 4.17.0 prod/master.xml org.postgresql.Driver @@ -71,7 +71,7 @@ diff prod/data true - debug + false @@ -89,7 +89,7 @@ - + dev/liquibase.properties dev/master.xml org.postgresql.Driver dbuser01 @@ -136,4 +136,4 @@ --> - \ No newline at end of file + \ No newline at end of file