diff --git a/java-dedup/README.md b/java-dedup/README.md index cab376a4..ac085223 100644 --- a/java-dedup/README.md +++ b/java-dedup/README.md @@ -9,11 +9,10 @@ The Java SDK reads JaCoCo coverage in-process via `org.jacoco.agent.rt.RT.getAge ## Setup ```bash -(cd ../../java-sdk && mvn -B -DskipTests -Dgpg.skip=true clean install -pl keploy-sdk -am) mvn -B -DskipTests clean package ``` -This installs the sibling SDK snapshot locally, builds the sample, produces `target/java-dedup-0.0.1-SNAPSHOT.jar`, and copies `target/jacocoagent.jar` next to it. +This builds the sample against the released Keploy Java SDK, produces `target/java-dedup-0.0.1-SNAPSHOT.jar`, and copies `target/jacocoagent.jar` next to it. ## Run dedup natively diff --git a/java-dedup/pom.xml b/java-dedup/pom.xml index 3a23296e..1a1c00a6 100644 --- a/java-dedup/pom.xml +++ b/java-dedup/pom.xml @@ -19,7 +19,7 @@ 1.8 - 0.0.1-SNAPSHOT + 2.0.0 0.8.12