-
Notifications
You must be signed in to change notification settings - Fork 77
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
[JENKINS-33321] Upgrade to new parent pom #22
Conversation
Thank you for this pull request! Please check this document for how the Jenkins project handles pull requests. |
This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation. |
<properties> | ||
<jenkins.version>1.625</jenkins.version> | ||
<java.level>6</java.level> | ||
</properties> |
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.
Jenkins 1.625 and JDK 6? Weird. https://jenkins-ci.org/blog/2015/04/06/good-bye-java6/
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.
Use the profiles at the end of the parent POM as an orientation of the java levels to use (they are LTS boundaries, not exact version in which it change, but serve as an quick guide).
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.
I checked the version to use in org.jenkins-ci.jenkins
But I didn't notice it was overriden by org.jenkins-ci.main.pom
My bad. Updated now.
🐝 |
1 similar comment
🐝 |
@reviewbybees done |
This pull request has completed our internal processes and we now respectfully request the maintainers of this repository to consider our proposal contained within this pull request for merging. |
🐝 |
1 similar comment
🐝 |
@reviewbybees done |
Hi @gboissinot, is this PR something that may be considered to be merged? :) Thanks! |
@armfergom I recommend you to send an email to |
Upgrade to new parent pom. Includes many improvements. More info here
@reviewbybees