MDEPLOY-245: Remove the remnants of the obsolete updateReleaseInfo parameter.#4
Closed
vovkss wants to merge 1 commit intoapache:masterfrom
vovkss:master
Closed
MDEPLOY-245: Remove the remnants of the obsolete updateReleaseInfo parameter.#4vovkss wants to merge 1 commit intoapache:masterfrom vovkss:master
updateReleaseInfo parameter.#4vovkss wants to merge 1 commit intoapache:masterfrom
vovkss:master
Conversation
Member
|
Can you please create a new JIRA with a reference to the old one and describe that information has not been removed completely. |
updateReleaseInfo parameter.updateReleaseInfo parameter.
Contributor
Author
Member
|
Thanks for your contribution. |
3 tasks
ulysses-you
pushed a commit
to apache/kyuubi
that referenced
this pull request
Sep 14, 2021
<!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html 2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'. 3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'. --> ### _Why are the changes needed?_ <!-- Please clarify why the changes are needed. For instance, 1. If you add a feature, you can talk about the use case of it. 2. If you fix a bug, you can clarify why it is a bug. --> Remove old updateReleaseInfo parameter: - Intelij Idea display error msg. - apache/maven-deploy-plugin#4 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1098 from timothy65535/removeinfo. Closes #1098 7ed3229 [timothy65535] Remove old updateReleaseInfo parameter Authored-by: timothy65535 <timothy65535@163.com> Signed-off-by: ulysses-you <ulyssesyou@apache.org>
|
Resolve #383 |
|
Resolve #385 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira: MDEPLOY-240 - trivial follow-up fix.