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

snuyanzin pushed a commit to branch parent_pom
in repository 
https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git


The following commit(s) were added to refs/heads/parent_pom by this push:
     new 7c2745a  [FLINK-32894] Use 3.5.1 for maven-shade-plugin to support 
Java 17/21
7c2745a is described below

commit 7c2745af777c6681b9eb14f0b05b2136fb141784
Author: Qingsheng Ren <renqs...@gmail.com>
AuthorDate: Thu Dec 7 17:50:32 2023 +0800

    [FLINK-32894] Use 3.5.1 for maven-shade-plugin to support Java 17/21
---
 pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index fb93bac..3afa1b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -437,7 +437,7 @@ under the License.
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-shade-plugin</artifactId>
-                    <version>3.1.1</version>
+                    <version>3.5.1</version>
                     <configuration>
                         <!-- This section contains the core configuration that 
is applied to every jar that we create.-->
                         <filters combine.children="append">
@@ -877,11 +877,6 @@ under the License.
             <build>
                 <pluginManagement>
                     <plugins>
-                        <plugin>
-                            <groupId>org.apache.maven.plugins</groupId>
-                            <artifactId>maven-shade-plugin</artifactId>
-                            <version>3.2.4</version>
-                        </plugin>
                         <plugin>
                             <groupId>io.github.zentol.japicmp</groupId>
                             <artifactId>japicmp-maven-plugin</artifactId>

Reply via email to