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

Update parent POM from 1.50 to 1.52 #201

Merged
merged 1 commit into from
Oct 11, 2019
Merged

Conversation

basil
Copy link
Member

@basil basil commented Oct 5, 2019

Supercedes #195. Fixes the error from that PR …

+-org.jenkins-ci.tests:plugins-compat-tester-model:0.2.1-SNAPSHOT
  +-org.reflections:reflections:0.9.10
    +-com.google.code.findbugs:annotations:2.0.1
and
+-org.jenkins-ci.tests:plugins-compat-tester-model:0.2.1-SNAPSHOT
  +-org.jenkins-ci.main:jenkins-core:1.625.3
    +-org.jenkins-ci:version-number:1.6 (managed) <-- org.jenkins-ci:version-number:1.1
      +-com.google.code.findbugs:annotations:3.0.0

… by adding a dependencyManagement section and choosing the higher version.

Copy link
Member

@oleg-nenashev oleg-nenashev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be moved to SpotBugs annotations later.

Is it a Hacktoberfest pull request just in case? Just to label it properly on our side. See Hacktoberfest in Jenkins. If you do not participate in it, please consider doing so. Your pull requests are much appreciated 👍

@oleg-nenashev oleg-nenashev added the dependencies Pull requests that update a dependency file label Oct 11, 2019
@oleg-nenashev oleg-nenashev changed the title Bump parent POM Update parent POM from 1.50 to 1.52 Oct 11, 2019
@oleg-nenashev oleg-nenashev merged commit 4cade9a into jenkinsci:master Oct 11, 2019
@basil
Copy link
Member Author

basil commented Oct 11, 2019

Should be moved to SpotBugs annotations later.

As far as I can tell, plugin-compat-tester isn't directly consuming FindBugs in any way. The Enforcer conflict came from org.reflections:reflections:0.9.10 (see #125) and org.jenkins-ci:version-number:1.6. I'll look into updating the POM for version-number and getting it onto SpotBugs.

Is it a Hacktoberfest pull request just in case? Just to label it properly on our side. See Hacktoberfest in Jenkins. If you do not participate in it, please consider doing so. Your pull requests are much appreciated +1

I wasn't aware of @jenkinsci/hacktoberfest, but sure, why not. I just signed up.

@oleg-nenashev
Copy link
Member

oleg-nenashev commented Oct 11, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants