diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4a3b5b3..a2e5b1a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,6 +23,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: LibExtism + uses: ./.github/actions/libextism + - name: Setup Java uses: actions/setup-java@v4 with: @@ -46,7 +49,7 @@ jobs: - name: Setup Git run: | git config user.name "Extism BOT" - git config user.email "extism@dylibso.com" + git config user.email "oss@extism.org" - name: Set the version run: | diff --git a/pom.xml b/pom.xml index 9d052af..1e9288d 100644 --- a/pom.xml +++ b/pom.xml @@ -43,9 +43,17 @@ Github - https://github.com/extism/extism/issues + https://github.com/extism/java-sdk/issues + + + ossrh + Central Repository OSSRH + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + 11 UTF-8 @@ -62,13 +70,18 @@ 3.10.1 2.22.2 - - true release + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + @@ -115,36 +128,13 @@ - org.jreleaser - jreleaser-maven-plugin - 1.3.1 + org.sonatype.plugins + nexus-staging-maven-plugin + true - - - - true - - - - ALWAYS - true - - - - - - ALWAYS - https://s01.oss.sonatype.org/service/local - - target/staging-deploy - - - - - + ossrh + https://s01.oss.sonatype.org/ + true @@ -152,17 +142,6 @@ - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - -