From 63543fd46319b623f664fc70129b78cdf7aa244a Mon Sep 17 00:00:00 2001 From: jandroav Date: Thu, 26 Oct 2023 10:39:42 +0200 Subject: [PATCH] chore(attach-artifact-release.yml): update liquibase/build-logic extension version to v0.5.5 chore(build-nightly.yml): update liquibase/build-logic extension version to v0.5.5 chore(codeql.yml): update liquibase/build-logic extension version to v0.5.5 chore(create-release.yml): update liquibase/build-logic extension version to v0.5.5 chore(release-published.yml): update liquibase/build-logic extension version to v0.5.5 chore(test.yml): update liquibase/build-logic extension version to v0.5.5 chore(pom.xml): add scm configuration for git repository and set the URL to https://github.com/liquibase/liquibase-mongodb.git --- .github/workflows/attach-artifact-release.yml | 2 +- .github/workflows/build-nightly.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/release-published.yml | 2 +- .github/workflows/test.yml | 2 +- pom.xml | 7 +++++++ 7 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index 7929f441..5aebea26 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.4 + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.5 secrets: inherit diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index ebd3f2c7..3059dfa8 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -7,7 +7,7 @@ on: jobs: nightly-build: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.4 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.5 with: nightly: true secrets: inherit diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4e1743d8..91aaf595 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,7 +12,7 @@ on: jobs: codeql: - uses: liquibase/build-logic/.github/workflows/codeql.yml@v0.5.4 + uses: liquibase/build-logic/.github/workflows/codeql.yml@v0.5.5 secrets: inherit with: languages: '["java"]' diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 8e55c6c2..05ef7c87 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -8,5 +8,5 @@ on: jobs: create-release: - uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.5.4 + uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.5.5 secrets: inherit diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 4511b918..3972641b 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.4 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.5.5 secrets: inherit deploy_xsd: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa967f9a..7b8918b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ on: jobs: build: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.4 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.5 secrets: inherit integration-tests: diff --git a/pom.xml b/pom.xml index fbd2c525..447a336d 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,13 @@ mongodb://localhost:27017/test_db?socketTimeoutMS=100&connectTimeoutMS=100&serverSelectionTimeoutMS=100 + + scm:git:${project.scm.url} + scm:git:${project.scm.url} + https://github.com/liquibase/liquibase-mongodb.git + HEAD + + org.mongodb