From bf5b2fdbd059535d7117b2710c089968be040d8b Mon Sep 17 00:00:00 2001 From: jandroav Date: Thu, 26 Oct 2023 10:06:26 +0200 Subject: [PATCH] chore: update liquibase/build-logic workflows to v0.5.5 The liquibase/build-logic workflows in the following files have been updated to version v0.5.5: - .github/workflows/attach-artifact-release.yml - .github/workflows/build-nightly.yml - .github/workflows/create-release.yml - .github/workflows/release-published.yml - .github/workflows/test.yml The update includes using the latest version of the workflows to ensure compatibility and take advantage of any bug fixes or improvements. Additionally, the pom.xml file has been updated to include SCM information for the project. This includes the connection, developer connection, URL, and tag information for the Liquibase BigQuery repository on GitHub. --- .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 | 7 +++++++ 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index d39639fd..c148d553 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -7,7 +7,7 @@ on: jobs: attach-artifact-to-release: - uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.2 + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.5 secrets: inherit with: extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar \ No newline at end of file diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index a2283934..7fac22a8 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@v0.5.2 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.5 with: nightly: true extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 64ee0a4d..692dcef5 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -7,7 +7,7 @@ on: jobs: create-release: - uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.5.2 + uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.5.5 secrets: inherit with: extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index f068aba2..57a583de 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -7,7 +7,7 @@ on: jobs: release: - uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.5.2 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.5.5 secrets: inherit with: extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df52fda0..1c4e93cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ on: jobs: build-test: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.2 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.5 secrets: inherit with: extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar diff --git a/pom.xml b/pom.xml index 9b4d9a49..703c90cd 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,13 @@ src/test/groovy + + scm:git:${project.scm.url} + scm:git:${project.scm.url} + https://github.com/liquibase/liquibase-bigquery.git + HEAD + +