Skip to content

Commit

Permalink
ref(maven): Move jacoco version declaration to main pom file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Jun 4, 2024
1 parent 51b5cb4 commit 1af4b9e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions jitsi-media-transform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,6 @@
<profiles>
<profile>
<id>coverage</id>
<properties>
<jacoco.version>0.8.12</jacoco.version>
</properties>
<build>
<plugins>
<plugin>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<jersey.version>3.1.7</jersey.version>
<jackson.version>2.12.4</jackson.version>
<bouncycastle.version>1.77</bouncycastle.version>
<jacoco.version>0.8.12</jicoco.version>
<prometheus.version>0.16.0</prometheus.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -124,7 +125,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.12</version>
<version>${jacoco.version}</version>
<executions>
<execution>
<goals>
Expand Down
3 changes: 0 additions & 3 deletions rtp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,6 @@
<profiles>
<profile>
<id>coverage</id>
<properties>
<jacoco.version>0.8.12</jacoco.version>
</properties>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 1af4b9e

Please sign in to comment.