From 8f6f959dd68e9902964947df5d9304f80f9c986a Mon Sep 17 00:00:00 2001 From: jandroav Date: Mon, 11 Dec 2023 13:48:19 +0100 Subject: [PATCH 1/5] chore(pom.xml): update Liquibase version from 4.24.0 to 4.29.0 for improved functionality and bug fixes --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ff907a4..01e2b9b 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ https://github.com/liquibase/liquibase-nochangeloglock - 4.24.0 + 4.29.0 From 577c8cc45eb06a55df89ac393d7894bbcf0d0773 Mon Sep 17 00:00:00 2001 From: jandroav Date: Mon, 11 Dec 2023 13:51:10 +0100 Subject: [PATCH 2/5] fix(pom.xml): fix typo in groupId tag from 'groupIdg' to 'groupId' chore(pom.xml): downgrade liquibase version from 4.29.0 to 4.24.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 01e2b9b..9969b36 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 0.3.2 - org.liquibase.ext + org.liquibase.ext liquibase-nochangeloglock 4.26.0-SNAPSHOT @@ -19,7 +19,7 @@ https://github.com/liquibase/liquibase-nochangeloglock - 4.29.0 + 4.24.0 From 4056ef3931f170b5a4ab00508a6bf91624725b00 Mon Sep 17 00:00:00 2001 From: jandroav Date: Mon, 11 Dec 2023 13:51:49 +0100 Subject: [PATCH 3/5] fix(pom.xml): fix typo in groupId tag from 'groupIdg' to 'groupId' for correct Maven configuration --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9969b36..ff907a4 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 0.3.2 - org.liquibase.ext + org.liquibase.ext liquibase-nochangeloglock 4.26.0-SNAPSHOT From acbe6fc21ca77cee36c0870698eb14385254dc8b Mon Sep 17 00:00:00 2001 From: jandroav Date: Mon, 11 Dec 2023 13:56:35 +0100 Subject: [PATCH 4/5] fix(pom.xml): fix typo in groupId from groupIdd to groupId chore(pom.xml): update liquibase.version property to 4.29.0 for compatibility with liquibase-nochangeloglock --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ff907a4..eac5e78 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 0.3.2 - org.liquibase.ext + org.liquibase.ext liquibase-nochangeloglock 4.26.0-SNAPSHOT @@ -19,7 +19,7 @@ https://github.com/liquibase/liquibase-nochangeloglock - 4.24.0 + 4.29.0 From 8116243517dff7e9190c550213bda10258519ed8 Mon Sep 17 00:00:00 2001 From: jandroav Date: Tue, 12 Dec 2023 10:04:22 +0100 Subject: [PATCH 5/5] chore(attach-artifact-release.yml): update liquibase/build-logic version to v0.5.8 chore(build-nightly.yml): update liquibase/build-logic version to v0.5.8 chore(create-release.yml): update liquibase/build-logic version to v0.5.8 chore(release-published.yml): update liquibase/build-logic version to v0.5.8 chore(test.yml): update liquibase/build-logic version to v0.5.8 fix(pom.xml): fix typo in groupId from groupIdd to groupId fix(pom.xml): downgrade liquibase.version from 4.29.0 to 4.25.0 --- .github/workflows/attach-artifact-release.yml | 2 +- .github/workflows/build-nightly.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/release-published.yml | 2 +- .github/workflows/test.yml | 2 +- pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index b3fff2c..ee5d997 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -8,5 +8,5 @@ on: jobs: attach-artifact-to-release: - uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.7 + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.8 secrets: inherit diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index b811794..3ae8475 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -8,7 +8,7 @@ on: jobs: nightly-build: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@DAT-16417 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.8 with: nightly: true secrets: inherit \ No newline at end of file diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 2c5e445..483b7fd 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -11,5 +11,5 @@ permissions: jobs: create-release: - uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.5.7 + uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.5.8 secrets: inherit diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 9a518b4..a355bea 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -11,5 +11,5 @@ permissions: jobs: release: - uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.5.7 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.5.8 secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 07a3491..0a1e746 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,5 +14,5 @@ permissions: jobs: build-test: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.7 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.8 secrets: inherit diff --git a/pom.xml b/pom.xml index eac5e78..1f6a7fa 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 0.3.2 - org.liquibase.ext + org.liquibase.ext liquibase-nochangeloglock 4.26.0-SNAPSHOT @@ -19,7 +19,7 @@ https://github.com/liquibase/liquibase-nochangeloglock - 4.29.0 + 4.25.0