From 6c28be8cc39974e3c4aa4e45585a0553905467c1 Mon Sep 17 00:00:00 2001 From: "dennis.mercuriali" Date: Fri, 29 Aug 2025 16:46:52 +0200 Subject: [PATCH 1/2] switch to central sonatype --- .gitignore | 1 + docet.maven.plugin/pom.xml | 14 +++++++------- pom.xml | 14 +++++++------- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index d18b2f2..19176e9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ **/.classpath **/target/ **/bin +.idea/** /docet.maven.plugin/nbproject/ diff --git a/docet.maven.plugin/pom.xml b/docet.maven.plugin/pom.xml index c9820af..fe2be9a 100644 --- a/docet.maven.plugin/pom.xml +++ b/docet.maven.plugin/pom.xml @@ -226,20 +226,20 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 true - ossrh - https://oss.sonatype.org/ - true + ossrh + https://central.sonatype.com + true diff --git a/pom.xml b/pom.xml index d194cd4..ae0bb03 100644 --- a/pom.xml +++ b/pom.xml @@ -202,20 +202,20 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 true - ossrh - https://oss.sonatype.org/ - true + ossrh + https://central.sonatype.com + true From 1dd9caffce12e900503474bbe1e75f6b9b4ab4ee Mon Sep 17 00:00:00 2001 From: Dennis Mercuriali Date: Fri, 29 Aug 2025 17:03:08 +0200 Subject: [PATCH 2/2] Update pr-validation.yml --- .github/workflows/pr-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index c02ae81..3097b47 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -31,7 +31,7 @@ jobs: with: java-version: '11' - name: 'Cache Maven packages' - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.m2 key: 'cache'