This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11710 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit f95e76756655f5bdbf1ec4e8712df59b05c950bd Author: Julian Reschke <resc...@apache.org> AuthorDate: Thu May 8 11:23:49 2025 +0100 OAK-11710: Update jacoco plugin to 0.8.13 --- 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>