Skip to content

Commit

Permalink
Fix integration .pom
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 545910020
  • Loading branch information
eustas committed Jul 6, 2023
1 parent dd3eb16 commit 413b098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run:
shell: bash
strategy:
fail-fast: false
matrix:
include:
# TODO: consider running this combination in docker
Expand Down
6 changes: 3 additions & 3 deletions java/org/brotli/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand Down

0 comments on commit 413b098

Please sign in to comment.