From e6c76f3a69177595af906691207ee6b326ebb0a8 Mon Sep 17 00:00:00 2001 From: Mario Serrano Date: Tue, 1 Jul 2025 11:52:36 -0500 Subject: [PATCH 1/2] feat: upgrade to Dynamia Tools 5.4.0 Signed-off-by: Mario Serrano --- sources/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sources/pom.xml b/sources/pom.xml index 38570a7..0359b95 100644 --- a/sources/pom.xml +++ b/sources/pom.xml @@ -23,15 +23,15 @@ DynamiaModules - Dashboard DynamiaTools module to create and show dashboard with widgets support https://www.dynamia.tools/modules/dashboard - 2.2.0 + 2.3.0 jar - 17 - 3.13.0 + 21 + 3.14.0 UTF-8 UTF-8 - 5.3.2 - 3.2.1 + 5.4.0 + 3.3.0 From d7ed79f11f29bfa4153759b434ad5ae4917ef00e Mon Sep 17 00:00:00 2001 From: Mario Serrano Date: Tue, 1 Jul 2025 14:38:12 -0500 Subject: [PATCH 2/2] feat: migrate to new Maven Central publish Signed-off-by: Mario Serrano --- .github/workflows/maven.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- sources/pom.xml | 22 +++++----------------- 3 files changed, 10 insertions(+), 22 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5278789..e257c3c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v3 with: - java-version: 17 + java-version: 21 architecture: x64 distribution: corretto cache: maven diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc758d8..707254e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,14 +15,14 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: - java-version: 17 + java-version: 21 architecture: x64 distribution: corretto cache: maven - server-id: ossrh + server-id: central server-username: MAVEN_USERNAME # env variable for username in deploy server-password: MAVEN_PASSWORD # env variable for token in deploy gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} diff --git a/sources/pom.xml b/sources/pom.xml index 0359b95..86abb30 100644 --- a/sources/pom.xml +++ b/sources/pom.xml @@ -97,14 +97,13 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.7.0 + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 true - ossrh - https://oss.sonatype.org/ - true + central + true @@ -124,17 +123,6 @@ - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - release-sign-artifacts