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

alien11689 pushed a commit to branch cleanup-parent-pom-plugin-versions-and-urls
in repository https://gitbox.apache.org/repos/asf/aries.git

commit b62cf92b5b026958a7e55e21e0cee6008d21a634
Author: Dominik Przybysz <[email protected]>
AuthorDate: Mon Jan 27 19:31:33 2025 +0100

    [MAINTENANCE] Do not override shade plugin version in parent pom
---
 parent/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0274b5b74..50ab0115d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -221,7 +221,6 @@
 
         <!--Plugin versions-->
         <lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
-        <maven-shade-plugin.version>1.2.2</maven-shade-plugin.version>
         <versions-maven-plugin.version>1.1</versions-maven-plugin.version>
         <findbugs-maven-plugin.version>3.0.5</findbugs-maven-plugin.version>
         <maven-bundle-plugin.version>2.5.0</maven-bundle-plugin.version>
@@ -384,11 +383,6 @@
                         <encoding>UTF-8</encoding>
                     </configuration>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-shade-plugin</artifactId>
-                    <version>${maven-shade-plugin.version}</version>
-                </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>

Reply via email to