This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch release-1.8 in repository https://gitbox.apache.org/repos/asf/flink.git
commit f5200c295d0a726d59a9245dbdd9307703d94722 Author: Chesnay Schepler <[email protected]> AuthorDate: Wed Nov 20 11:40:27 2019 +0100 bump shade plugin version in dependencies/quickstarts --- docs/dev/projectsetup/dependencies.md | 2 +- .../src/main/resources/archetype-resources/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/dev/projectsetup/dependencies.md b/docs/dev/projectsetup/dependencies.md index 447a071..8e74568 100644 --- a/docs/dev/projectsetup/dependencies.md +++ b/docs/dev/projectsetup/dependencies.md @@ -200,7 +200,7 @@ you can use the following shade plugin definition: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>3.0.0</version> + <version>3.1.1</version> <executions> <execution> <phase>package</phase> diff --git a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml index 33399f8..1b0c6fc 100644 --- a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml +++ b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml @@ -113,7 +113,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>3.0.0</version> + <version>3.1.1</version> <executions> <!-- Run shade goal on package phase --> <execution> @@ -168,7 +168,7 @@ under the License. <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <versionRange>[3.0.0,)</versionRange> + <versionRange>[3.1.1,)</versionRange> <goals> <goal>shade</goal> </goals> diff --git a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml index e0f50f1..6fe41d4 100644 --- a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml +++ b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml @@ -108,7 +108,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>3.0.0</version> + <version>3.1.1</version> <executions> <!-- Run shade goal on package phase --> <execution>
