-
-
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-41631] Running requireUpperBoundDeps #67
[JENKINS-41631] Running requireUpperBoundDeps #67
Conversation
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. |
jenkinsci/workflow-cps-global-lib-plugin#38 failed against 2.47 due to:
This is fixed by jenkinsci/jenkins#2866 in 2.61 but perhaps |
Inconsistency introduced by jenkinsci/jenkins#2656 in 2.36. |
@reviewbybees done On hold pending MENFORCER-273 release. |
call for release by @stephenc today |
1.4.2 released but not yet on Central. |
Seems @stephenc had been planning to release this but ran into some technical issues. I may just push a temporary |
@jglick go with pushing to the jenkins repo with -jenkins-1 |
… was merged but not yet released. git checkout bd11bcad2ea7d5ff2713be4dbcc2cbbf745a552c # enforcer-1.4.2 prepared but not tagged? mvn versions:set -DnewVersion=1.4.2.jenkins-1 mvn -Papache-release,run-its clean deploy -DaltDeploymentRepository=maven.jenkins-ci.org::default::https://repo.jenkins-ci.org/releases/
I have also created apache/maven-enforcer#25 to address the case with test dependencies |
@@ -321,7 +321,7 @@ | |||
</plugin> | |||
<plugin> | |||
<artifactId>maven-enforcer-plugin</artifactId> | |||
<version>1.4.1</version> | |||
<version>1.4.2.jenkins-1</version> <!-- TODO update to official 1.4.2 or 3.0.0 when available --> |
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.
3.0.0-M1 is also available.
JENKINS-41631
Downstream of apache/maven-enforcer#23 and jenkinsci/jenkins-test-harness#62.
@reviewbybees