mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
Fix integration .pom
PiperOrigin-RevId: 545910020
This commit is contained in:
parent
dd3eb162b0
commit
413b098564
1
.github/workflows/build_test.yml
vendored
1
.github/workflows/build_test.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
||||
run:
|
||||
shell: bash
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
# TODO: consider running this combination in docker
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user