[
https://issues.apache.org/jira/browse/FLINK-9236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16558034#comment-16558034
]
ASF GitHub Bot commented on FLINK-9236:
---------------------------------------
asfgit closed pull request #6378: [FLINK-9236] [pom] upgrade the version of
apache parent pom
URL: https://github.com/apache/flink/pull/6378
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/flink-libraries/flink-python/pom.xml
b/flink-libraries/flink-python/pom.xml
index aa57182a93c..0ca2f997644 100644
--- a/flink-libraries/flink-python/pom.xml
+++ b/flink-libraries/flink-python/pom.xml
@@ -48,7 +48,9 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
-
<descriptor>src/assembly/python.xml</descriptor>
+ <descriptors>
+
<descriptor>src/assembly/python.xml</descriptor>
+ </descriptors>
<finalName>python-source</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
diff --git a/pom.xml b/pom.xml
index 3540215b29f..f56d557f412 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@ under the License.
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>18</version>
+ <version>20</version>
</parent>
<modelVersion>4.0.0</modelVersion>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Use Apache Parent POM 20
> ------------------------
>
> Key: FLINK-9236
> URL: https://issues.apache.org/jira/browse/FLINK-9236
> Project: Flink
> Issue Type: Improvement
> Components: Build System
> Reporter: Ted Yu
> Assignee: jiayichao
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.7.0
>
>
> Flink is still using Apache Parent POM 18. Apache Parent POM 20 is out.
> This will also fix Javadoc generation with JDK 10+
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)