You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2018/08/02 15:33:52 UTC

[flink] 02/02: [hotfix] [e2e] Remove explicit Maven plugin version

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 <tw...@apache.org>
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>