-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ZEPPELIN-6138] Update Apache Parent #4884
Conversation
.endObject() | ||
.field("status", STATUS[RandomUtils.nextInt(0, STATUS.length)]) | ||
.field("content_length", RandomUtils.nextInt(0, 2000)) | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we keep the indent? the original one has better readability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your review. I have adjusted the indentation. How does it look now?
.endObject() | ||
.field("status", STATUS[RandomUtils.nextInt(0, STATUS.length)]) | ||
.field("content_length", RandomUtils.nextInt(0, 2000)) | ||
).get(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto.
### What is this PR for? This pull request updates the Apache parent version. We benefit significantly from plugin updates and can clean up our own `pom.xml`. plugin updates: maven-antrun-plugin - 1.8 -> 3.1.0 maven-assembly-plugin - 3.7.1 -> 3.7.1 maven-clean-plugin - 3.1.0 -> 3.4.0 maven-compiler-plugin - 3.8.1 -> 3.13.0 maven-dependency-plugin - 3.1.2 -> 3.7.1 maven-deploy-plugin - 2.8.2 -> 3.1.2 maven-enforcer-plugin - 3.0.0-M3 -> 3.5.0 maven-gpg-plugin - 1.6 -> 3.2.4 apache-rat-plugin - 0.13 -> 0.16.1 surefire & failsafe version - 3.2.2 -> 3.3.0 ### What type of PR is it? Improvement ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-6138 ### How should this be tested? * CI ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Closes #4884 from Reamer/apacheParent. Signed-off-by: Philipp Dallig <[email protected]> (cherry picked from commit ea0802d) Signed-off-by: Philipp Dallig <[email protected]>
Merged into master/branch-0.12 |
What is this PR for?
This pull request updates the Apache parent version. We benefit significantly from plugin updates and can clean up our own
pom.xml
.plugin updates:
maven-antrun-plugin - 1.8 -> 3.1.0
maven-assembly-plugin - 3.7.1 -> 3.7.1
maven-clean-plugin - 3.1.0 -> 3.4.0
maven-compiler-plugin - 3.8.1 -> 3.13.0
maven-dependency-plugin - 3.1.2 -> 3.7.1
maven-deploy-plugin - 2.8.2 -> 3.1.2
maven-enforcer-plugin - 3.0.0-M3 -> 3.5.0
maven-gpg-plugin - 1.6 -> 3.2.4
apache-rat-plugin - 0.13 -> 0.16.1
surefire & failsafe version - 3.2.2 -> 3.3.0
What type of PR is it?
Improvement
What is the Jira issue?
How should this be tested?
Questions: