This is an automated email from the ASF dual-hosted git repository.
twalthr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 1fe5e4b [hotfix] [e2e] Remove explicit Maven plugin version
1fe5e4b is described below
commit 1fe5e4b05a05fc22103d2588c0551b74a85698a5
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 dc8be37..46bc2ba 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>