You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/11/13 10:53:30 UTC

[flink-shaded] 01/02: [FLINK-13453][build] Use shade-plugin 3.2.1 for Java 11

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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git

commit 6af77a4d29fe44367cab6c46b973ccc28f56348e
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed Nov 13 11:51:52 2019 +0100

    [FLINK-13453][build] Use shade-plugin 3.2.1 for Java 11
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9302da4..025c7f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,9 +128,9 @@ under the License.
             </build>
         </profile>
         <profile>
-            <id>java9</id>
+            <id>java11</id>
             <activation>
-                <jdk>9</jdk>
+                <jdk>11</jdk>
             </activation>
 
             <build>
@@ -139,7 +139,7 @@ under the License.
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-shade-plugin</artifactId>
-                            <version>3.1.1</version>
+                            <version>3.2.1</version>
                         </plugin>
                     </plugins>
                 </pluginManagement>