aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build_test.yml1
-rw-r--r--java/org/brotli/integration/pom.xml6
2 files changed, 4 insertions, 3 deletions
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 @@
<parent>
<groupId>org.brotli</groupId>
<artifactId>parent</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>integration</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.brotli</groupId>
<artifactId>dec</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>