diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index 6071b2c..3fcbbad 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -35,7 +35,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v1 with: - node-version: 18 + node-version: 20 - name: Semantic Release run: | diff --git a/pom.xml b/pom.xml index 45aca51..f90bd61 100644 --- a/pom.xml +++ b/pom.xml @@ -49,12 +49,8 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - @@ -133,15 +129,15 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 + org.sonatype.central + central-publishing-maven-plugin + 0.5.0 true - ossrh - https://oss.sonatype.org/ + ossrh + true - true + true