This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new a5e7d1891f OAK-11710: Update jacoco plugin to 0.8.13 (#2284)
a5e7d1891f is described below
commit a5e7d1891f7071597fb90715f5fc73e6796cdbfb
Author: Julian Reschke <[email protected]>
AuthorDate: Thu May 8 13:39:26 2025 +0200
OAK-11710: Update jacoco plugin to 0.8.13 (#2284)
---
oak-parent/pom.xml | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 20f7b9d8cb..fbf8fc42d7 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -342,19 +342,6 @@
<execute />
</action>
</pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- <versionRange>[0.7.1.201405082137,)</versionRange>
- <goals>
- <goal>prepare-agent</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
@@ -372,7 +359,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.12</version>
+ <version>0.8.13</version>
</plugin>
</plugins>
</pluginManagement>