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/01/31 14:13:13 UTC

[flink-shaded] 17/47: (#19) Increment version to 2.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

commit fd060ecdb6f4586250d1ef530df3418dab07baac
Author: zentol <ch...@apache.org>
AuthorDate: Wed Aug 2 14:25:37 2017 +0200

    (#19) Increment version to 2.0
---
 flink-shaded-asm-5/pom.xml    | 2 +-
 flink-shaded-guava-18/pom.xml | 2 +-
 flink-shaded-netty-4/pom.xml  | 2 +-
 pom.xml                       | 6 +-----
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/flink-shaded-asm-5/pom.xml b/flink-shaded-asm-5/pom.xml
index b7b6767..5dc630a 100644
--- a/flink-shaded-asm-5/pom.xml
+++ b/flink-shaded-asm-5/pom.xml
@@ -31,7 +31,7 @@ under the License.
 
     <artifactId>flink-shaded-asm</artifactId>
     <name>flink-shaded-asm-5</name>
-    <version>${asm.version}-1.0</version>
+    <version>${asm.version}-2.0</version>
 
     <packaging>jar</packaging>
 
diff --git a/flink-shaded-guava-18/pom.xml b/flink-shaded-guava-18/pom.xml
index e634bc8..e44f404 100644
--- a/flink-shaded-guava-18/pom.xml
+++ b/flink-shaded-guava-18/pom.xml
@@ -31,7 +31,7 @@ under the License.
 
     <artifactId>flink-shaded-guava</artifactId>
     <name>flink-shaded-guava-18</name>
-    <version>${guava.version}-1.0</version>
+    <version>${guava.version}-2.0</version>
 
     <packaging>jar</packaging>
 
diff --git a/flink-shaded-netty-4/pom.xml b/flink-shaded-netty-4/pom.xml
index 5658fab..5ceb179 100644
--- a/flink-shaded-netty-4/pom.xml
+++ b/flink-shaded-netty-4/pom.xml
@@ -31,7 +31,7 @@ under the License.
 
     <artifactId>flink-shaded-netty</artifactId>
     <name>flink-shaded-netty-4</name>
-    <version>${netty.version}-1.0</version>
+    <version>${netty.version}-2.0</version>
 
     <properties>
         <!-- Don't upgrade for now. Netty versions >= 4.0.28.Final
diff --git a/pom.xml b/pom.xml
index 7f2231f..3c90875 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,11 +30,7 @@ under the License.
 
     <groupId>org.apache.flink</groupId>
     <artifactId>flink-shaded</artifactId>
-    <version>1.0</version>
-
-    <properties>
-        <shaded.version>1.0</shaded.version>
-    </properties>
+    <version>2.0</version>
 
     <name>flink-shaded</name>
     <packaging>pom</packaging>