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/05/30 11:14:08 UTC

[flink-shaded] branch master updated: Update version to 8.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 5084d27  Update version to 8.0
5084d27 is described below

commit 5084d273a895750f43a5bc035678abf1e7e43854
Author: sunjincheng121 <su...@gmail.com>
AuthorDate: Mon May 27 08:15:34 2019 +0800

    Update version to 8.0
---
 flink-shaded-asm-6/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 +-
 tools/releasing/update_branch_version.sh                            | 0
 13 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/flink-shaded-asm-6/pom.xml b/flink-shaded-asm-6/pom.xml
index df46fa3..1d07d43 100644
--- a/flink-shaded-asm-6/pom.xml
+++ b/flink-shaded-asm-6/pom.xml
@@ -25,12 +25,12 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-shaded</artifactId>
-        <version>7.0</version>
+        <version>8.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-asm-${asm.major.version}</artifactId>
-    <version>${asm.version}-7.0</version>
+    <version>${asm.version}-8.0</version>
 
     <packaging>jar</packaging>
 
diff --git a/flink-shaded-force-shading/pom.xml b/flink-shaded-force-shading/pom.xml
index 8e1b08a..1573e63 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>7.0</version>
+        <version>8.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 98de8b2..2fcab24 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>7.0</version>
+        <version>8.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-guava</artifactId>
     <name>flink-shaded-guava-18</name>
-    <version>${guava.version}-7.0</version>
+    <version>${guava.version}-8.0</version>
 
     <packaging>jar</packaging>
 
diff --git a/flink-shaded-hadoop-2-uber/pom.xml b/flink-shaded-hadoop-2-uber/pom.xml
index 44bf03c..87bfbaa 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>7.0</version>
+		<version>8.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}-7.0</version>
+	<version>${hadoop.version}-8.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}-7.0</version>
+			<version>${hadoop.version}-8.0</version>
 		</dependency>
 	</dependencies>
 
diff --git a/flink-shaded-hadoop-2/pom.xml b/flink-shaded-hadoop-2/pom.xml
index 3cbf744..c577efc 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>7.0</version>
+		<version>8.0</version>
 		<relativePath>..</relativePath>
 	</parent>
 
@@ -33,7 +33,7 @@ under the License.
 	<name>flink-shaded-hadoop-2</name>
 
 	<packaging>jar</packaging>
-	<version>${hadoop.version}-7.0</version>
+	<version>${hadoop.version}-8.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 5d167a8..0d6fa6f 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.9.8-7.0</version>
+        <version>2.9.8-8.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 4cc53e4..ea3075d 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.9.8-7.0</version>
+        <version>2.9.8-8.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/flink-shaded-jackson-parent/pom.xml b/flink-shaded-jackson-parent/pom.xml
index 0b266f9..203894c 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>7.0</version>
+        <version>8.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-jackson-parent</artifactId>
     <name>flink-shaded-jackson-parent</name>
     <packaging>pom</packaging>
-    <version>2.9.8-7.0</version>
+    <version>2.9.8-8.0</version>
 
     <properties>
         <jackson.version>2.9.8</jackson.version>
diff --git a/flink-shaded-netty-4/pom.xml b/flink-shaded-netty-4/pom.xml
index 12831a8..75ae8d3 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>7.0</version>
+        <version>8.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-netty</artifactId>
     <name>flink-shaded-netty-4</name>
-    <version>${netty.version}-7.0</version>
+    <version>${netty.version}-8.0</version>
 
     <properties>
         <netty.version>4.1.32.Final</netty.version>
diff --git a/flink-shaded-netty-tcnative-dynamic/pom.xml b/flink-shaded-netty-tcnative-dynamic/pom.xml
index 8eb631b..888e2e2 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>7.0</version>
+        <version>8.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-netty-tcnative-dynamic</artifactId>
     <name>flink-shaded-netty-tcnative-dynamic</name>
-    <version>${netty.tcnative.version}-7.0</version>
+    <version>${netty.tcnative.version}-8.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 79299c7..8edb5dc 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>7.0</version>
+        <version>8.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>flink-shaded-netty-tcnative-static</artifactId>
     <name>flink-shaded-netty-tcnative-static</name>
-    <version>${netty.tcnative.version}-7.0</version>
+    <version>${netty.tcnative.version}-8.0</version>
 
     <properties>
         <netty.tcnative.version>2.0.25.Final</netty.tcnative.version>
diff --git a/pom.xml b/pom.xml
index 49b48f0..84cf6b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
 
     <groupId>org.apache.flink</groupId>
     <artifactId>flink-shaded</artifactId>
-    <version>7.0</version>
+    <version>8.0</version>
 
     <name>flink-shaded</name>
     <packaging>pom</packaging>
diff --git a/tools/releasing/update_branch_version.sh b/tools/releasing/update_branch_version.sh
old mode 100644
new mode 100755