diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml
index ff5e8fd..31bcd64 100644
--- a/.github/workflows/build_test.yml
+++ b/.github/workflows/build_test.yml
@@ -21,6 +21,7 @@ jobs:
run:
shell: bash
strategy:
+ fail-fast: false
matrix:
include:
# TODO: consider running this combination in docker
diff --git a/java/org/brotli/integration/pom.xml b/java/org/brotli/integration/pom.xml
index 2858a12..004e3da 100644
--- a/java/org/brotli/integration/pom.xml
+++ b/java/org/brotli/integration/pom.xml
@@ -5,10 +5,10 @@
org.brotli
parent
- 0.2.0-SNAPSHOT
+ 1.0.0-SNAPSHOT
integration
- 0.2.0-SNAPSHOT
+ 1.0.0-SNAPSHOT
jar
${project.groupId}:${project.artifactId}
@@ -17,7 +17,7 @@
org.brotli
dec
- 0.2.0-SNAPSHOT
+ 1.0.0-SNAPSHOT