You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/03/13 18:50:19 UTC

[sling-parent] branch master updated: SLING-11200 manage version of m-shade-p to 3.2.4

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new bfd7ef4  SLING-11200 manage version of m-shade-p to 3.2.4
bfd7ef4 is described below

commit bfd7ef48496714bbabb9043b50974a40882a178c
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sun Mar 13 19:50:15 2022 +0100

    SLING-11200 manage version of m-shade-p to 3.2.4
---
 sling-parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 39b0f60..895ca42 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -319,6 +319,11 @@
                     <version>3.3.0</version>
                 </plugin>
                 <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-shade-plugin</artifactId>
+                    <version>3.2.4</version>
+                </plugin>
+                <plugin>
                     <groupId>org.jacoco</groupId>
                     <artifactId>jacoco-maven-plugin</artifactId>
                     <version>0.8.7</version>