diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index 092ce16..af50c27 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 20 - name: Sematic Release run: | diff --git a/pom.xml b/pom.xml index 16d7aae..d07d1bc 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo @@ -43,25 +43,23 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - 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/ - true + ossrh + true + + true