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/19 21:18:51 UTC

[flink-shaded] branch master updated: Update version to 10.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 5308f76  Update version to 10.0
5308f76 is described below

commit 5308f76da28ddb87c9de1e7079561606a24e878f
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Nov 19 22:18:34 2019 +0100

    Update version to 10.0
---
 flink-shaded-asm-7/pom.xml                                          | 4 ++--
 flink-shaded-force-shading/pom.xml                                  | 2 +-
 flink-shaded-guava-18/pom.xml                                       | 4 ++--
 flink-shaded-hadoop-2-uber/pom.xml                                  | 6 +++---
 flink-shaded-hadoop-2/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 ++--
 pom.xml                                                             | 2 +-
 12 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/flink-shaded-asm-7/pom.xml b/flink-shaded-asm-7/pom.xml
index 530d7be..16d0911 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>9.0</version>
+        <version>10.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-asm-${asm.major.version}</artifactId>
-    <version>${asm.version}-9.0</version>
+    <version>${asm.version}-10.0</version>
 
     <packaging>jar</packaging>
 
diff --git a/flink-shaded-force-shading/pom.xml b/flink-shaded-force-shading/pom.xml
index bbdd2f2..c933354 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>9.0</version>
+        <version>10.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 3055721..606c954 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>9.0</version>
+        <version>10.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-guava</artifactId>
     <name>flink-shaded-guava-18</name>
-    <version>${guava.version}-9.0</version>
+    <version>${guava.version}-10.0</version>
 
     <packaging>jar</packaging>
 
diff --git a/flink-shaded-hadoop-2-uber/pom.xml b/flink-shaded-hadoop-2-uber/pom.xml
index 6e467b7..f15545b 100644
--- a/flink-shaded-hadoop-2-uber/pom.xml
+++ b/flink-shaded-hadoop-2-uber/pom.xml
@@ -26,7 +26,7 @@ under the License.
 	<parent>
 		<groupId>org.apache.flink</groupId>
 		<artifactId>flink-shaded</artifactId>
-		<version>9.0</version>
+		<version>10.0</version>
 		<relativePath>..</relativePath>
 	</parent>
 
@@ -34,7 +34,7 @@ under the License.
 	<name>flink-shaded-hadoop-2-uber</name>
 
 	<packaging>jar</packaging>
-	<version>${hadoop.version}-9.0</version>
+	<version>${hadoop.version}-10.0</version>
 
 	<properties>
 		<hadoop.version>2.4.1</hadoop.version>
@@ -49,7 +49,7 @@ under the License.
 		<dependency>
 			<groupId>org.apache.flink</groupId>
 			<artifactId>flink-shaded-hadoop-2</artifactId>
-			<version>${hadoop.version}-9.0</version>
+			<version>${hadoop.version}-10.0</version>
 		</dependency>
 	</dependencies>
 
diff --git a/flink-shaded-hadoop-2/pom.xml b/flink-shaded-hadoop-2/pom.xml
index 2f6e896..db08b56 100644
--- a/flink-shaded-hadoop-2/pom.xml
+++ b/flink-shaded-hadoop-2/pom.xml
@@ -25,7 +25,7 @@ under the License.
 	<parent>
 		<groupId>org.apache.flink</groupId>
 		<artifactId>flink-shaded</artifactId>
-		<version>9.0</version>
+		<version>10.0</version>
 		<relativePath>..</relativePath>
 	</parent>
 
@@ -33,7 +33,7 @@ under the License.
 	<name>flink-shaded-hadoop-2</name>
 
 	<packaging>jar</packaging>
-	<version>${hadoop.version}-9.0</version>
+	<version>${hadoop.version}-10.0</version>
 
 	<properties>
 		<avro.version>1.8.2</avro.version>
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 3b44aed..55f82b7 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-9.0</version>
+        <version>2.10.1-10.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 a8a10e8..146d0d1 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-9.0</version>
+        <version>2.10.1-10.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/flink-shaded-jackson-parent/pom.xml b/flink-shaded-jackson-parent/pom.xml
index a571aa6..bfc77c7 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>9.0</version>
+        <version>10.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-jackson-parent</artifactId>
     <name>flink-shaded-jackson-parent</name>
     <packaging>pom</packaging>
-    <version>2.10.1-9.0</version>
+    <version>2.10.1-10.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 13a6616..6f35e8d 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>9.0</version>
+        <version>10.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-netty</artifactId>
     <name>flink-shaded-netty-4</name>
-    <version>${netty.version}-9.0</version>
+    <version>${netty.version}-10.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 3659064..179563e 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>9.0</version>
+        <version>10.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-netty-tcnative-dynamic</artifactId>
     <name>flink-shaded-netty-tcnative-dynamic</name>
-    <version>${netty.tcnative.version}-9.0</version>
+    <version>${netty.tcnative.version}-10.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 86a9b93..1b64746 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>9.0</version>
+        <version>10.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-netty-tcnative-static</artifactId>
     <name>flink-shaded-netty-tcnative-static</name>
-    <version>${netty.tcnative.version}-9.0</version>
+    <version>${netty.tcnative.version}-10.0</version>
 
     <properties>
         <netty.tcnative.version>2.0.25.Final</netty.tcnative.version>
diff --git a/pom.xml b/pom.xml
index 0cca78d..078e402 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
 
     <groupId>org.apache.flink</groupId>
     <artifactId>flink-shaded</artifactId>
-    <version>9.0</version>
+    <version>10.0</version>
 
     <name>flink-shaded</name>
     <packaging>pom</packaging>