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

reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new 8032475115 OAK-10677: examples: update build-helper-maven-plugin to 
3.5.0 (#1333)
8032475115 is described below

commit 80324751150c8cc57ac16dd5d491bc0f2d1a260a
Author: Julian Reschke <resc...@apache.org>
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 a7173ce371..823b4dedae 100644
--- a/oak-examples/webapp/pom.xml
+++ b/oak-examples/webapp/pom.xml
@@ -258,7 +258,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