This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch maven-jar-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git

commit 2fb4744169803e7c91793bc497617bf8c76d522f
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Aug 24 22:06:39 2025 +1000

    add missing version for maven-plugin-annotations
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index babffa9..4344210 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,6 +104,7 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
+      <version>3.15.1</version>
       <scope>provided</scope>
     </dependency>
 

Reply via email to