-
Notifications
You must be signed in to change notification settings - Fork 66
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
Update plugin parent POM and plugin BOM #113
Conversation
@jglick A release of this would facilitate Java 17 PCT testing. |
@@ -117,7 +117,6 @@ | |||
<dependency> | |||
<groupId>org.jenkins-ci.plugins</groupId> | |||
<artifactId>credentials</artifactId> | |||
<version>2.5</version> |
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.
thanks, should auto-close some DB PRs
Thank you! |
<tag>${scmTag}</tag> | ||
</scm> | ||
|
||
<properties> | ||
<revision>1.20</revision> | ||
<changelist>-SNAPSHOT</changelist> | ||
<jenkins.version>2.282</jenkins.version> | ||
<java.level>8</java.level> | ||
<jenkins.version>2.289.3</jenkins.version> |
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.
This rather than 2.289.1 is having knock-on effects e.g. in ssh-agent
and jenkinsci/workflow-api-plugin#218. Unfortunately jenkins-infra/jenkins.io#4876 is still not settled.
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.
Ah the root trigger for that was jenkinsci/configuration-as-code-plugin#1840. @timja?
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 think so but I assume it's a long tail of plugins at this point
No description provided.