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 49c9fa878cab53ab76f3e4302e4f48920566a2e2 Author: zentol <[email protected]> AuthorDate: Wed May 30 11:40:20 2018 +0200 Update version to 5.0 --- flink-shaded-asm-5/pom.xml | 2 +- flink-shaded-force-shading/pom.xml | 2 +- flink-shaded-guava-18/pom.xml | 2 +- flink-shaded-jackson-parent/pom.xml | 2 +- flink-shaded-netty-4/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flink-shaded-asm-5/pom.xml b/flink-shaded-asm-5/pom.xml index dcd11d4..b8d6d00 100644 --- a/flink-shaded-asm-5/pom.xml +++ b/flink-shaded-asm-5/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-shaded</artifactId> - <version>4.0</version> + <version>5.0</version> <relativePath>..</relativePath> </parent> diff --git a/flink-shaded-force-shading/pom.xml b/flink-shaded-force-shading/pom.xml index d21e3ba..5f2abc7 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>4.0</version> + <version>5.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 f12eb85..747642c 100644 --- a/flink-shaded-guava-18/pom.xml +++ b/flink-shaded-guava-18/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-shaded</artifactId> - <version>4.0</version> + <version>5.0</version> <relativePath>..</relativePath> </parent> diff --git a/flink-shaded-jackson-parent/pom.xml b/flink-shaded-jackson-parent/pom.xml index bdffc4c..fa12f54 100644 --- a/flink-shaded-jackson-parent/pom.xml +++ b/flink-shaded-jackson-parent/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-shaded</artifactId> - <version>4.0</version> + <version>5.0</version> <relativePath>..</relativePath> </parent> diff --git a/flink-shaded-netty-4/pom.xml b/flink-shaded-netty-4/pom.xml index 5708f14..c2f8b6f 100644 --- a/flink-shaded-netty-4/pom.xml +++ b/flink-shaded-netty-4/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-shaded</artifactId> - <version>4.0</version> + <version>5.0</version> <relativePath>..</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 900d71a..e39a244 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. <groupId>org.apache.flink</groupId> <artifactId>flink-shaded</artifactId> - <version>4.0</version> + <version>5.0</version> <name>flink-shaded</name> <packaging>pom</packaging>
