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 2020/05/25 14:19:58 UTC

[flink-shaded] branch master updated: Update version to 12.0

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


The following commit(s) were added to refs/heads/master by this push:
     new 71d6fe1  Update version to 12.0
71d6fe1 is described below

commit 71d6fe1107bc040b269fc3f06b7e63c637cf27ba
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon May 25 16:18:26 2020 +0200

    Update version to 12.0
---
 flink-shaded-asm-7/pom.xml                                            | 4 ++--
 flink-shaded-force-shading/pom.xml                                    | 2 +-
 flink-shaded-guava-18/pom.xml                                         | 4 ++--
 flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml            | 2 +-
 .../flink-shaded-jackson-module-jsonSchema-2/pom.xml                  | 2 +-
 flink-shaded-jackson-parent/pom.xml                                   | 4 ++--
 flink-shaded-netty-4/pom.xml                                          | 4 ++--
 flink-shaded-netty-tcnative-dynamic/pom.xml                           | 4 ++--
 flink-shaded-netty-tcnative-static/pom.xml                            | 4 ++--
 flink-shaded-zookeeper-parent/flink-shaded-zookeeper-34/pom.xml       | 4 ++--
 flink-shaded-zookeeper-parent/flink-shaded-zookeeper-35/pom.xml       | 4 ++--
 flink-shaded-zookeeper-parent/pom.xml                                 | 2 +-
 pom.xml                                                               | 2 +-
 13 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/flink-shaded-asm-7/pom.xml b/flink-shaded-asm-7/pom.xml
index b86fd95..22ff1e8 100644
--- a/flink-shaded-asm-7/pom.xml
+++ b/flink-shaded-asm-7/pom.xml
@@ -25,12 +25,12 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-shaded</artifactId>
-        <version>11.0</version>
+        <version>12.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-asm-${asm.major.version}</artifactId>
-    <version>${asm.version}-11.0</version>
+    <version>${asm.version}-12.0</version>
 
     <packaging>jar</packaging>
 
diff --git a/flink-shaded-force-shading/pom.xml b/flink-shaded-force-shading/pom.xml
index 0423f10..60f75fc 100644
--- a/flink-shaded-force-shading/pom.xml
+++ b/flink-shaded-force-shading/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>flink-shaded</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>11.0</version>
+        <version>12.0</version>
     </parent>
 
     <artifactId>flink-shaded-force-shading</artifactId>
diff --git a/flink-shaded-guava-18/pom.xml b/flink-shaded-guava-18/pom.xml
index b821037..0ef37d9 100644
--- a/flink-shaded-guava-18/pom.xml
+++ b/flink-shaded-guava-18/pom.xml
@@ -25,13 +25,13 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-shaded</artifactId>
-        <version>11.0</version>
+        <version>12.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-guava</artifactId>
     <name>flink-shaded-guava-18</name>
-    <version>${guava.version}-11.0</version>
+    <version>${guava.version}-12.0</version>
 
     <packaging>jar</packaging>
 
diff --git a/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml b/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml
index 9955e7a..c3184a5 100644
--- a/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml
+++ b/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-shaded-jackson-parent</artifactId>
-        <version>2.10.1-11.0</version>
+        <version>2.10.1-12.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/pom.xml b/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/pom.xml
index a7e8428..b44e4f3 100644
--- a/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/pom.xml
+++ b/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-shaded-jackson-parent</artifactId>
-        <version>2.10.1-11.0</version>
+        <version>2.10.1-12.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/flink-shaded-jackson-parent/pom.xml b/flink-shaded-jackson-parent/pom.xml
index 225a3ab..a4d6016 100644
--- a/flink-shaded-jackson-parent/pom.xml
+++ b/flink-shaded-jackson-parent/pom.xml
@@ -25,14 +25,14 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-shaded</artifactId>
-        <version>11.0</version>
+        <version>12.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-jackson-parent</artifactId>
     <name>flink-shaded-jackson-parent</name>
     <packaging>pom</packaging>
-    <version>2.10.1-11.0</version>
+    <version>2.10.1-12.0</version>
 
     <properties>
         <jackson.version>2.10.1</jackson.version>
diff --git a/flink-shaded-netty-4/pom.xml b/flink-shaded-netty-4/pom.xml
index cf049e2..28232c2 100644
--- a/flink-shaded-netty-4/pom.xml
+++ b/flink-shaded-netty-4/pom.xml
@@ -25,13 +25,13 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-shaded</artifactId>
-        <version>11.0</version>
+        <version>12.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-netty</artifactId>
     <name>flink-shaded-netty-4</name>
-    <version>${netty.version}-11.0</version>
+    <version>${netty.version}-12.0</version>
 
     <properties>
         <netty.version>4.1.39.Final</netty.version>
diff --git a/flink-shaded-netty-tcnative-dynamic/pom.xml b/flink-shaded-netty-tcnative-dynamic/pom.xml
index 7bdd8bc..4908420 100644
--- a/flink-shaded-netty-tcnative-dynamic/pom.xml
+++ b/flink-shaded-netty-tcnative-dynamic/pom.xml
@@ -25,13 +25,13 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-shaded</artifactId>
-        <version>11.0</version>
+        <version>12.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-netty-tcnative-dynamic</artifactId>
     <name>flink-shaded-netty-tcnative-dynamic</name>
-    <version>${netty.tcnative.version}-11.0</version>
+    <version>${netty.tcnative.version}-12.0</version>
 
     <properties>
         <netty.tcnative.version>2.0.25.Final</netty.tcnative.version>
diff --git a/flink-shaded-netty-tcnative-static/pom.xml b/flink-shaded-netty-tcnative-static/pom.xml
index 0b007ee..9d71c47 100644
--- a/flink-shaded-netty-tcnative-static/pom.xml
+++ b/flink-shaded-netty-tcnative-static/pom.xml
@@ -25,13 +25,13 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-shaded</artifactId>
-        <version>11.0</version>
+        <version>12.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-netty-tcnative-static</artifactId>
     <name>flink-shaded-netty-tcnative-static</name>
-    <version>${netty.tcnative.version}-11.0</version>
+    <version>${netty.tcnative.version}-12.0</version>
 
     <properties>
         <netty.tcnative.version>2.0.25.Final</netty.tcnative.version>
diff --git a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-34/pom.xml b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-34/pom.xml
index b8b7bf5..ec4ea95 100644
--- a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-34/pom.xml
+++ b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-34/pom.xml
@@ -25,13 +25,13 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-shaded-zookeeper-parent</artifactId>
-        <version>11.0</version>
+        <version>12.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-zookeeper-3</artifactId>
     <name>flink-shaded-zookeeper-3.4</name>
-    <version>${zookeeper.version}-11.0</version>
+    <version>${zookeeper.version}-12.0</version>
 
     <properties>
         <zookeeper.version>3.4.14</zookeeper.version>
diff --git a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-35/pom.xml b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-35/pom.xml
index 719866c..9fcaec5 100644
--- a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-35/pom.xml
+++ b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-35/pom.xml
@@ -25,13 +25,13 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-shaded-zookeeper-parent</artifactId>
-        <version>11.0</version>
+        <version>12.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-zookeeper-3</artifactId>
     <name>flink-shaded-zookeeper-3.5</name>
-    <version>${zookeeper.version}-11.0</version>
+    <version>${zookeeper.version}-12.0</version>
 
     <properties>
         <zookeeper.version>3.5.6</zookeeper.version>
diff --git a/flink-shaded-zookeeper-parent/pom.xml b/flink-shaded-zookeeper-parent/pom.xml
index fadb889..6468718 100644
--- a/flink-shaded-zookeeper-parent/pom.xml
+++ b/flink-shaded-zookeeper-parent/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-shaded</artifactId>
-        <version>11.0</version>
+        <version>12.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 3913b0a..2b84c94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
 
     <groupId>org.apache.flink</groupId>
     <artifactId>flink-shaded</artifactId>
-    <version>11.0</version>
+    <version>12.0</version>
 
     <name>flink-shaded</name>
     <packaging>pom</packaging>