Skip to content
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

fix RequireUpperBoundDeps error #237

Merged
merged 1 commit into from
Jan 26, 2024
Merged

fix RequireUpperBoundDeps error #237

merged 1 commit into from
Jan 26, 2024

Conversation

BobDu
Copy link
Member

@BobDu BobDu commented Jan 25, 2024

修复因更新依赖项后导致的编译出现 RequireUpperBoundDeps 错误

根据插件开发指导的相关文档。
https://www.jenkins.io/doc/developer/plugin-development/updating-parent/#understanding-requireupperbounddeps-failures-and-fixes
改为了使用 https://github.com/jenkinsci/bom#usage 来管理插件依赖版本

顺便修了一个maven的警告

[WARNING] <connection>scm:git:git://github.com/jenkinsci/dingtalk-plugin.git</connection> is invalid because git:// URLs are deprecated. Replace it with <connection>scm:git:https://github.com/jenkinsci/dingtalk-plugin.git</connection>. In the future this warning will be changed to an error and will break the build.

Signed-off-by: BobDu <i@bobdu.cc>
@liuweiGL liuweiGL merged commit bd44ec3 into jenkinsci:main Jan 26, 2024
@liuweiGL
Copy link
Contributor

Thx

@BobDu BobDu deleted the fix-deps branch January 26, 2024 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants