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

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

commit 77784fba1393af3b8495f7b28af69ad75dc29a09
Author: Julian Reschke <[email protected]>
AuthorDate: Fri Mar 1 14:40:11 2024 +0100

    OAK-10684: update maven-shade-plugin version to 3.5.2
---
 oak-parent/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index e8abdae586..5cb0b829fa 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -328,7 +328,11 @@
           <artifactId>spotbugs-maven-plugin</artifactId>
           <version>4.8.3.1</version>
         </plugin>
-        
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-shade-plugin</artifactId>
+          <version>3.5.2</version>
+        </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>versions-maven-plugin</artifactId>

Reply via email to