From 5e1ce9eab62f45eeea7f8ee2c33d32d6f0c9fb67 Mon Sep 17 00:00:00 2001 From: kaklakariada Date: Sun, 25 May 2025 15:29:46 +0200 Subject: [PATCH 1/6] Fix maven central publishing --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10b0ba04..71a7c65d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: distribution: "temurin" java-version: 17 cache: "maven" - server-id: ossrh + server-id: central server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }} From b70bd5c6082982db41351b4e1833be24a6a447fb Mon Sep 17 00:00:00 2001 From: kaklakariada Date: Sun, 25 May 2025 15:36:39 +0200 Subject: [PATCH 2/6] Upgrade dependencies --- parent/pom.xml | 18 +++++++++--------- pom.xml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 439a34de..14a7a3b7 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -13,7 +13,7 @@ 4.1.0 17 5.12.2 - 3.5.2 + 3.5.3 UTF-8 UTF-8 ${git.commit.time} @@ -288,7 +288,7 @@ io.github.git-commit-id git-commit-id-maven-plugin - 9.0.1 + 9.0.2 get-the-git-infos @@ -328,7 +328,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.13.0 + 3.14.0 ${java.version} ${java.version} @@ -378,7 +378,7 @@ org.jacoco jacoco-maven-plugin - 0.8.12 + 0.8.13 merge-results @@ -465,7 +465,7 @@ - 3.6.3 + 3.9.9 @@ -539,12 +539,12 @@ org.apache.maven.plugins maven-clean-plugin - 3.4.0 + 3.4.1 org.apache.maven.plugins maven-install-plugin - 3.1.3 + 3.1.4 org.apache.maven.plugins @@ -579,7 +579,7 @@ org.codehaus.mojo flatten-maven-plugin - 1.6.0 + 1.7.0 true resolveCiFriendliesOnly @@ -604,7 +604,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.3 + 3.1.4