This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.9 by this push:
new 32fc78f [FLINK-16862][quickstarts] Remove example url
32fc78f is described below
commit 32fc78f8d3f971dccb6b4f17778647e1df77e735
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon Mar 30 10:29:13 2020 +0200
[FLINK-16862][quickstarts] Remove example url
---
.../flink-quickstart-java/src/main/resources/archetype-resources/pom.xml | 1 -
.../src/main/resources/archetype-resources/pom.xml | 1 -
2 files changed, 2 deletions(-)
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 1b0c6fc..7483a6d 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
@@ -26,7 +26,6 @@ under the License.
<packaging>jar</packaging>
<name>Flink Quickstart Job</name>
- <url>http://www.myorganization.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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 6fe41d4..c2d237e 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
@@ -27,7 +27,6 @@ under the License.
<packaging>jar</packaging>
<name>Flink Quickstart Job</name>
- <url>http://www.myorganization.org</url>
<repositories>
<repository>