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 bc490412c4fa1e2f56b627e51f5a5c93439dbc24 Author: zentol <[email protected]> AuthorDate: Tue Aug 22 11:41:30 2017 +0200 (#18) Bump jackson flink-shaded version to 2.0 --- flink-shaded-jackson-2/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flink-shaded-jackson-2/pom.xml b/flink-shaded-jackson-2/pom.xml index 328d5e4..63a5e49 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>1.0</version> + <version>2.0</version> <relativePath>..</relativePath> </parent> <artifactId>flink-shaded-jackson</artifactId> <name>flink-shaded-jackson-2</name> - <version>${jackson.version}-1.0</version> + <version>${jackson.version}-2.0</version> <properties> <jackson.version>2.7.9</jackson.version>
