From 9bf6add37f90979667b64c6a99db0ccb38ac74dc Mon Sep 17 00:00:00 2001 From: Javier <10879637+javiertuya@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:51:04 +0100 Subject: [PATCH 1/4] Do not publish on dashgit combined update branches --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8606ad6..0a65aa3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: publish-java-snapshot: #if: ${{ false }} # disable for now #avoid publishing PRs and dependabot branches - if: ${{ github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) }} + if: ${{ github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) && !contains('/head/refs/dashgit/combined/', github.ref) }} runs-on: ubuntu-latest permissions: contents: read From 6a9c30f4f50a15b6bd1fb0d43b95915e0da7ef2a Mon Sep 17 00:00:00 2001 From: javiertuya <10879637+javiertuya@users.noreply.github.com> Date: Wed, 20 Mar 2024 18:58:18 +0100 Subject: [PATCH 2/4] Change id to publish snapshots --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 459e281..9097b8b 100644 --- a/pom.xml +++ b/pom.xml @@ -204,7 +204,7 @@ publish-github - github + github-giis GitHub Apache Maven Packages https://maven.pkg.github.com/giis-uniovi/samples-giis-template From 628db1239f15c5f7c3e601d8ca841d0b93729db2 Mon Sep 17 00:00:00 2001 From: javiertuya <10879637+javiertuya@users.noreply.github.com> Date: Wed, 20 Mar 2024 19:00:06 +0100 Subject: [PATCH 3/4] Revert --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9097b8b..459e281 100644 --- a/pom.xml +++ b/pom.xml @@ -204,7 +204,7 @@ publish-github - github-giis + github GitHub Apache Maven Packages https://maven.pkg.github.com/giis-uniovi/samples-giis-template From ad9c2fcdb79185d9c629fb13cddf72acdc569ddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:43:58 +0000 Subject: [PATCH 4/4] Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.23.0 to 2.23.1 Bumps org.apache.logging.log4j:log4j-slf4j2-impl from 2.23.0 to 2.23.1. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 459e281..30671e1 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ org.apache.logging.log4j log4j-slf4j2-impl - 2.23.0 + 2.23.1 test