From 413b098564a90a2e6cae192d30642d33a9197a39 Mon Sep 17 00:00:00 2001 From: Evgenii Kliuchnikov Date: Thu, 6 Jul 2023 08:36:03 +0000 Subject: [PATCH] Fix integration .pom PiperOrigin-RevId: 545910020 --- .github/workflows/build_test.yml | 1 + java/org/brotli/integration/pom.xml | 6 +++--- 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 @@ 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