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 0c4e83f87d36060c0a5c6c139e00b9afec4f5d19 Author: zentol <[email protected]> AuthorDate: Mon Oct 30 15:55:11 2017 +0100 Increment version to 3.0 --- flink-shaded-asm-5/pom.xml | 4 ++-- flink-shaded-guava-18/pom.xml | 4 ++-- flink-shaded-jackson-2/pom.xml | 4 ++-- flink-shaded-netty-4/pom.xml | 4 ++-- pom.xml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/flink-shaded-asm-5/pom.xml b/flink-shaded-asm-5/pom.xml index 1402d76..ebebfc6 100644 --- a/flink-shaded-asm-5/pom.xml +++ b/flink-shaded-asm-5/pom.xml @@ -25,13 +25,13 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-shaded</artifactId> - <version>2.0</version> + <version>3.0</version> <relativePath>..</relativePath> </parent> <artifactId>flink-shaded-asm</artifactId> <name>flink-shaded-asm-5</name> - <version>${asm.version}-2.0</version> + <version>${asm.version}-3.0</version> <packaging>jar</packaging> diff --git a/flink-shaded-guava-18/pom.xml b/flink-shaded-guava-18/pom.xml index 3cabddc..b178183 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>2.0</version> + <version>3.0</version> <relativePath>..</relativePath> </parent> <artifactId>flink-shaded-guava</artifactId> <name>flink-shaded-guava-18</name> - <version>${guava.version}-2.0</version> + <version>${guava.version}-3.0</version> <packaging>jar</packaging> diff --git a/flink-shaded-jackson-2/pom.xml b/flink-shaded-jackson-2/pom.xml index 63a5e49..22d307c 100644 --- a/flink-shaded-jackson-2/pom.xml +++ b/flink-shaded-jackson-2/pom.xml @@ -25,13 +25,13 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-shaded</artifactId> - <version>2.0</version> + <version>3.0</version> <relativePath>..</relativePath> </parent> <artifactId>flink-shaded-jackson</artifactId> <name>flink-shaded-jackson-2</name> - <version>${jackson.version}-2.0</version> + <version>${jackson.version}-3.0</version> <properties> <jackson.version>2.7.9</jackson.version> diff --git a/flink-shaded-netty-4/pom.xml b/flink-shaded-netty-4/pom.xml index 7f47d06..4018920 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>2.0</version> + <version>3.0</version> <relativePath>..</relativePath> </parent> <artifactId>flink-shaded-netty</artifactId> <name>flink-shaded-netty-4</name> - <version>${netty.version}-2.0</version> + <version>${netty.version}-3.0</version> <properties> <!-- Don't upgrade for now. Netty versions >= 4.0.28.Final diff --git a/pom.xml b/pom.xml index 8e84f7c..f82a2e8 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. <groupId>org.apache.flink</groupId> <artifactId>flink-shaded</artifactId> - <version>2.0</version> + <version>3.0</version> <name>flink-shaded</name> <packaging>pom</packaging>
