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 66ebb25c3a OAK-10677: examples: update build-helper-maven-plugin to 
3.5.0 (#1333)
66ebb25c3a is described below

commit 66ebb25c3ab3fc72a38007be57452e9671edb559
Author: Julian Reschke <[email protected]>
AuthorDate: Wed Feb 28 16:10:34 2024 +0100

    OAK-10677: examples: update build-helper-maven-plugin to 3.5.0 (#1333)
---
 oak-examples/webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-examples/webapp/pom.xml b/oak-examples/webapp/pom.xml
index 2d19f9ca98..44c1bfc565 100644
--- a/oak-examples/webapp/pom.xml
+++ b/oak-examples/webapp/pom.xml
@@ -251,7 +251,7 @@
         <!-- add the jar created by maven-antrun-plugin in our artifacts -->
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
-        <version>3.0.0</version>
+        <version>3.5.0</version>
         <executions>
           <execution>
             <id>attach-artifacts</id>

Reply via email to