This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch maven-clean-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
commit 5dedab5d406f9824036fd4b8de00fddab9aedd08 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Mar 22 22:31:19 2025 +0100 fix --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 0002610..3ee850a 100644 --- a/pom.xml +++ b/pom.xml @@ -93,6 +93,7 @@ under the License. <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> + <version>${version.maven-plugin-tools}</version> <scope>provided</scope> </dependency>
