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 }} diff --git a/doc/changes/changes_4.2.0.md b/doc/changes/changes_4.2.0.md index b617ab66..505aeb38 100644 --- a/doc/changes/changes_4.2.0.md +++ b/doc/changes/changes_4.2.0.md @@ -1,4 +1,4 @@ -# OpenFastTrace 4.2.0, released 2025-05-24 +# OpenFastTrace 4.2.0, released 2025-05-25 Code name: Markdown code blocks @@ -29,4 +29,5 @@ Finally, we updated test dependencies and Maven plugins. ## Refactoring -#452: Migrated Deployment to new Central Repository mechanism +* #452: Migrated Deployment to new Central Repository mechanism +* #454: Fixed deployment to Maven Central diff --git a/parent/pom.xml b/parent/pom.xml index 439a34de..add4780f 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.8.7 @@ -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