diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml
index 6a7ae5eb1a1..68863384485 100644
--- a/.github/workflows/publish.yaml
+++ b/.github/workflows/publish.yaml
@@ -82,12 +82,6 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- - name: Setup JDK 17 (for wasm-privacy-coin Maven deploy)
- uses: actions/setup-java@v4
- with:
- distribution: corretto
- java-version: "17"
-
- name: Install dependencies
run: npm ci --workspaces --include-workspace-root
diff --git a/packages/wasm-privacy-coin/pom.xml b/packages/wasm-privacy-coin/pom.xml
index 45aa5cc4ab3..0d4f7cd3550 100644
--- a/packages/wasm-privacy-coin/pom.xml
+++ b/packages/wasm-privacy-coin/pom.xml
@@ -6,7 +6,7 @@
com.bitgo
wasm-privacy-coin
- 0.1.0
+ ${revision}${changelist}
jar
WASM module for shielded merkle tree operations
@@ -15,6 +15,8 @@
17
17
UTF-8
+ 0.1.0
+ -SNAPSHOT