From 08acde4f38d153fc4c5fd0bbea5a1a4f1ecc4a09 Mon Sep 17 00:00:00 2001 From: Mario Serrano Date: Wed, 11 Jun 2025 15:02:20 -0500 Subject: [PATCH 1/2] Dynamia Tools v5.4.0 support, with Java 21 as minimum required JDK Signed-off-by: Mario Serrano --- .github/workflows/maven.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- sources/core/pom.xml | 4 ++-- sources/pom.xml | 8 ++++---- sources/ui/pom.xml | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5278789..3976753 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -16,9 +16,9 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: 17 + java-version: 21 architecture: x64 - distribution: corretto + distribution: temurin cache: maven - name: Build with Maven run: mvn -B package --file sources/pom.xml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc758d8..c475aac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,9 +18,9 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v4 with: - java-version: 17 + java-version: 21 architecture: x64 - distribution: corretto + distribution: temurin cache: maven server-id: ossrh server-username: MAVEN_USERNAME # env variable for username in deploy diff --git a/sources/core/pom.xml b/sources/core/pom.xml index 1de0db1..6238c82 100644 --- a/sources/core/pom.xml +++ b/sources/core/pom.xml @@ -23,11 +23,11 @@ tools.dynamia.modules.importer.parent tools.dynamia.modules - 3.2.0 + 3.3.0 Dynamia Modules - Importer Core tools.dynamia.modules.importer - 3.2.0 + 3.3.0 http://www.dynamia.tools/modules/importer diff --git a/sources/pom.xml b/sources/pom.xml index 007ce52..5df30c9 100644 --- a/sources/pom.xml +++ b/sources/pom.xml @@ -25,7 +25,7 @@ tools.dynamia.modules tools.dynamia.modules.importer.parent pom - 3.2.0 + 3.3.0 Dynamia Modules - Importer 2019 https://dynamia.tools/modules/importer @@ -65,9 +65,9 @@ - 5.3.1 - 17 - 3.13.0 + 5.4.0 + 21 + 3.14.0 UTF-8 UTF-8 diff --git a/sources/ui/pom.xml b/sources/ui/pom.xml index 22ccaf0..17449c2 100644 --- a/sources/ui/pom.xml +++ b/sources/ui/pom.xml @@ -23,11 +23,11 @@ tools.dynamia.modules.importer.parent tools.dynamia.modules - 3.2.0 + 3.3.0 Dynamia Modules - Importer UI tools.dynamia.modules.importer.ui - 3.2.0 + 3.3.0 http://www.dynamia.tools/modules/importacion @@ -62,7 +62,7 @@ tools.dynamia.modules tools.dynamia.modules.importer - 3.2.0 + 3.3.0 From 22716136ba9a8896545c8189f971cf039ab73edb Mon Sep 17 00:00:00 2001 From: Mario Serrano Date: Tue, 1 Jul 2025 14:37:12 -0500 Subject: [PATCH 2/2] feat: migrate to new Maven Central publish Signed-off-by: Mario Serrano --- .github/workflows/maven.yml | 2 +- .github/workflows/release.yml | 4 ++-- sources/pom.xml | 22 +++++----------------- 3 files changed, 8 insertions(+), 20 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3976753..ac025e9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v3 with: java-version: 21 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c475aac..e01cc38 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: 21 architecture: x64 distribution: temurin 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 5df30c9..fb84306 100644 --- a/sources/pom.xml +++ b/sources/pom.xml @@ -86,14 +86,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 @@ -114,17 +113,6 @@ - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - release-sign-artifacts