This is an automated email from the ASF dual-hosted git repository. twalthr pushed a commit to branch release-1.6 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 01a8471c03d72b94316e7286f9e39c3f4d022245 Author: Timo Walther <[email protected]> AuthorDate: Thu Aug 2 17:19:04 2018 +0200 [hotfix] [e2e] Remove explicit Maven plugin version --- flink-end-to-end-tests/flink-sql-client-test/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/flink-end-to-end-tests/flink-sql-client-test/pom.xml b/flink-end-to-end-tests/flink-sql-client-test/pom.xml index d2bfe4b..17a144f 100644 --- a/flink-end-to-end-tests/flink-sql-client-test/pom.xml +++ b/flink-end-to-end-tests/flink-sql-client-test/pom.xml @@ -50,7 +50,6 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>3.1.1</version> <executions> <execution> <phase>package</phase>
