GitHub user StephanEwen opened a pull request:
https://github.com/apache/flink/pull/1515
[FLINK-3246] Remove unnecessary '-parent' suffix from some projects
Remove unnecessary '-parent' suffix from projects 'flink-contrib' and
'flink-streaming-connectors'.
The projects `flink-streaming-connectors-parent` and `flink-contrib-parent`
carry the unnecessary `-parent ` suffix.
I suspect that was mistakenly added when looking at the root project called
`flink-parent`. The suffix was added there to not have a project with an
unqualified name flink. However, for the projects mentioned here, that suffix
is not necessary and can be dropped.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/StephanEwen/incubator-flink project_names
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1515.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1515
----
commit b64c2133df8a4fa23eb6c42a9b49e03d8c016257
Author: Stephan Ewen <[email protected]>
Date: 2016-01-17T18:44:43Z
[FLINK-3246] Remove unnecessary '-parent' suffix from projects
'flink-contrib' and 'flink-streaming-connectors'.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---