diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5533d6..2b86277 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,11 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} + - name: Set up Node.js + uses: actions/setup-node@v2 + with: + node-version: 20 + - name: Semantic Release run: | npm install -g @conveyal/maven-semantic-release semantic-release @@ -81,5 +86,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }} GPG_PASSPHRASE: ${{ secrets.GPG_PRIVATE_KEY_PASSWORD }} - OSSRH_JIRA_USERNAME: ${{ secrets.OSSRH_USERNAME }} - OSSRH_JIRA_PASSWORD: ${{ secrets.OSSRH_PASSWORD }} \ No newline at end of file + OSSRH_JIRA_USERNAME: ${{ secrets.OSSRH_JIRA_USERNAME }} + OSSRH_JIRA_PASSWORD: ${{ secrets.OSSRH_JIRA_PASSWORD }} \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5c8b305..b9e2e10 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,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 @@ -60,14 +60,11 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - + @@ -181,15 +178,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