From 41c12fd963663faa830fb02a3b18c3da8b170490 Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Wed, 29 Nov 2023 13:12:04 +0100 Subject: [PATCH] chore(pom.xml): revert version back to 0.3.3-SNAPSHOT to fix compatibility issues (#112) refactor(pom.xml): remove unnecessary dependency on liquibase-extension-testing in the test scope --- pom.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index d3dbd49..15ab2b6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.liquibase liquibase-parent-pom Liquibase Parent POM - 0.4.0-SNAPSHOT + 0.3.3-SNAPSHOT Liquibase Parent POM for all Extensions https://github.com/liquibase/liquibase-parent-pom pom @@ -544,14 +544,6 @@ true - - - org.liquibase - liquibase-extension-testing - ${liquibase.version} - test - -