This is an automated email from the ASF dual-hosted git repository. mbuenger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 0159511 Use plugin-tool-property for plugin-annotations 0159511 is described below commit 0159511f0415ddc9ad9b51eef5191974154c29de Author: Matthias Bünger <buk...@users.noreply.github.com> AuthorDate: Sun Mar 23 13:05:54 2025 +0100 Use plugin-tool-property for plugin-annotations This PR changes the property used as a version for the plugin-annotations to the one defined in parent for all plugin-tools. Follow up of #170 --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 015b4a5..684da86 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,6 @@ under the License. <doxiaSitetoolsVersion>2.0.0</doxiaSitetoolsVersion> <sitePluginVersion>3.20.0</sitePluginVersion> <jxrPluginVersion>3.5.0</jxrPluginVersion> - <mavenPluginAnnotationVersion>3.15.1</mavenPluginAnnotationVersion> <project.build.outputTimestamp>2024-10-22T15:04:06Z</project.build.outputTimestamp> </properties> @@ -115,7 +114,7 @@ under the License. <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> - <version>${mavenPluginAnnotationVersion}</version> + <version>${version.maven-plugin-tools}</version> <scope>provided</scope> </dependency> <dependency>