From a9b4fe7881b2f5c12cea3d610b78abad58cb4ea4 Mon Sep 17 00:00:00 2001 From: Andrea Peruffo Date: Fri, 19 Jan 2024 19:14:13 +0000 Subject: [PATCH] Restore the 999-SNAPSHOT version --- .github/workflows/release.yaml | 2 +- pom.xml | 8 +++++++- runtime/pom.xml | 2 +- test-gen-plugin/pom.xml | 2 +- wasi/pom.xml | 2 +- wasm-support-plugin/pom.xml | 2 +- wasm/pom.xml | 2 +- 7 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3cb1ebbba..4170a47d3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -55,7 +55,7 @@ jobs: - name: Release to Maven Central run: | export GPG_TTY=$(tty) - mvn --batch-mode -Prelease deploy + mvn clean install source:jar javadoc:jar deploy --batch-mode -Prelease -DskipTests -X env: MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }} MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_PASSWORD }} diff --git a/pom.xml b/pom.xml index 8fdd408fb..a76b984b5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.dylibso.chicory chicory - 0.0.3 + 999-SNAPSHOT pom Chicory Native JVM WebAssembly runtime @@ -97,6 +97,11 @@ runtime ${project.version} + + com.dylibso.chicory + wasi + ${project.version} + org.junit.jupiter @@ -319,6 +324,7 @@ false false ${maven.compiler.source} + -Xdoclint:none diff --git a/runtime/pom.xml b/runtime/pom.xml index 44dcaa80c..196569f46 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,7 +5,7 @@ com.dylibso.chicory chicory - 0.0.3 + 999-SNAPSHOT runtime jar diff --git a/test-gen-plugin/pom.xml b/test-gen-plugin/pom.xml index 79a540f2b..0b5c920d7 100644 --- a/test-gen-plugin/pom.xml +++ b/test-gen-plugin/pom.xml @@ -5,7 +5,7 @@ com.dylibso.chicory chicory - 0.0.3 + 999-SNAPSHOT test-gen-plugin maven-plugin diff --git a/wasi/pom.xml b/wasi/pom.xml index d38e7dd0e..5b84e44c7 100644 --- a/wasi/pom.xml +++ b/wasi/pom.xml @@ -5,7 +5,7 @@ com.dylibso.chicory chicory - 0.0.3 + 999-SNAPSHOT wasi jar diff --git a/wasm-support-plugin/pom.xml b/wasm-support-plugin/pom.xml index e113bde95..8e63bb8c0 100644 --- a/wasm-support-plugin/pom.xml +++ b/wasm-support-plugin/pom.xml @@ -5,7 +5,7 @@ com.dylibso.chicory chicory - 0.0.3 + 999-SNAPSHOT wasm-support-plugin maven-plugin diff --git a/wasm/pom.xml b/wasm/pom.xml index 2419a0e10..2d6aabde5 100644 --- a/wasm/pom.xml +++ b/wasm/pom.xml @@ -5,7 +5,7 @@ com.dylibso.chicory chicory - 0.0.3 + 999-SNAPSHOT wasm jar