mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Upgrade JaCoCo to 8.12 (#18005)
Upgrades JaCoCo and corrensponding maven plugin from 8.11 to 8.12. See changelog: https://www.jacoco.org/jacoco/trunk/doc/changes.html Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
parent
1b02f98b46
commit
37c491bcd1
@ -53,7 +53,7 @@
|
|||||||
<groupId>org.jacoco</groupId>
|
<groupId>org.jacoco</groupId>
|
||||||
<artifactId>org.jacoco.agent</artifactId>
|
<artifactId>org.jacoco.agent</artifactId>
|
||||||
<classifier>runtime</classifier>
|
<classifier>runtime</classifier>
|
||||||
<version>0.8.11</version>
|
<version>0.8.12</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
@ -93,7 +93,7 @@ SPI-Consumer: java.util.ServiceLoader#load(java.lang.Class[tuwien.auto.calimero.
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jacoco</groupId>
|
<groupId>org.jacoco</groupId>
|
||||||
<artifactId>jacoco-maven-plugin</artifactId>
|
<artifactId>jacoco-maven-plugin</artifactId>
|
||||||
<version>0.8.11</version>
|
<version>0.8.12</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>tuwien/auto/calimero/**/*</exclude>
|
<exclude>tuwien/auto/calimero/**/*</exclude>
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jacoco</groupId>
|
<groupId>org.jacoco</groupId>
|
||||||
<artifactId>jacoco-maven-plugin</artifactId>
|
<artifactId>jacoco-maven-plugin</artifactId>
|
||||||
<version>0.8.11</version>
|
<version>0.8.12</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>default-instrument</id>
|
<id>default-instrument</id>
|
||||||
@ -89,7 +89,7 @@
|
|||||||
<groupId>org.jacoco</groupId>
|
<groupId>org.jacoco</groupId>
|
||||||
<artifactId>org.jacoco.agent</artifactId>
|
<artifactId>org.jacoco.agent</artifactId>
|
||||||
<classifier>runtime</classifier>
|
<classifier>runtime</classifier>
|
||||||
<version>0.8.11</version>
|
<version>0.8.12</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
Loading…
Reference in New Issue
Block a user