fix(deps): update dependency org.jenkins-ci.plugins:plugin to v4 - autoclosed #5109
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.21
->4.88
Release Notes
jenkinsci/plugin-pom (org.jenkins-ci.plugins:plugin)
v3.43
Release date: 2019-04-30
dependabot
v3.42
Release date: 2019-04-02
jenkins-test-harness
changes toJenkinsRule.showAgentLogs
jenkins-core
in aversion-number
library dependencyv3.41
Release date: 2019-03-31
v3.40
Release date: 2019-03-08
jenkins.version
changed to 2.138.4 (but all plugins should override this with an explicit value)dependabot
)v3.39
Release date: 2019-02-28
(Dependabot evaluation)
v3.38
Release date: 2019-02-28
v3.37
Release date: 2019-02-04
Add support of executing
hpi:run
when running with JDK 11If your plugin has a transitive dependency on JAXB,
it is recommended to run with
jenkins.version
2.163 or above(JENKINS-55681)
v3.36
Release date: 2019-01-28
v3.35
Release date: 2019-01-28
2.0.0-RC.4
to2.0.0
.v3.34
Release date: 2019-01-28
2.44
to2.46
.v3.33
Release date: 2019-01-16
Maven HPI Plugin 3.2: Introduce a new
hpi.compatibleSinceVersion
property to supportmarking plugins as incompatible without the plugin configuration override
Maven HPI Plugin 3.2: Add support of adding the current pom.xml to the custom WAR in the
hpi:custom-war
mojoUpgrade Maven Surefire and Failsafe plugins from 3.0.0-M1 to 3.0.0-M3
(SUREFIRE-1541,
SUREFIRE-1588,
SUREFIRE-1608
)
Fix warning about deprecated
contextPath
parameter when using hpi:runRemove the JitPack support,
it is replaced by Incrementals
(JEP-305)
v3.32
Release date: 2018-12-21
Update the JaCoCo Maven Plugin to
0.8.2
to support running with-Penable-jacoco
on JDK11Fix the objenesis version suggested in dependency management,
now it is
3.0.1
as required by PowerMockv3.31
Release date: 2018-12-14
mvn hpi:run
was broken as of 3.29.v3.30
Release date: 2018-12-13
PR #138,
PR #140 -
Bulk update of Maven plugins
Include Mockito and PowerMock to dependency management
so that plugins can easily pick up versions with Java 11 support
v3.29
Release date: 2018-12-05
Plugin POM now produces
Minimum-Java-Version
entry in the plugin manifestjava.level
property value is used by defaultplugin.minimumJavaVersion
property can be used to override the default value, e.g. for Java 11 experimental releases(JEP-211)
until JENKINS-55048 is released and widely adopted
Update to Maven HPI Plugin 3.0
(changelog)
Update to extra-enforcer-rules to
1.1
to support JDK 11 bytecode checksPrevent warning about missing SLF4J providers during the build
v3.28
Release date: 2018-11-07
v3.27
Release date: 2018-11-07
v3.26
Release date: 2018-10-30
maven-hpi-plugin
with a couple of bug fixes.v3.25
Release date: 2018 Oct 05
jenkins-test-harness
with further fixes to the usage of temporary directories introduced in 3.22.v3.24
Release date: 2018 Oct 02
jenkins-test-harness
.v3.23
Release date: 2018 Sep 21
jenkins-test-harness
.v3.22
Release date: 2018 Sep 14
$JENKINS_HOME
under test) now defaults to a location inside thetarget
directory rather than a system default as before. The Maven propertysurefireTempDir
can be used to override this location in case of trouble.v3.21
Release date: 2018 Sep 05
mvn incrementals:update
mishandled property expressions.v3.20
Release date: 2018 Aug 27
Fix Maven site generation which was broken due to the dependency conflict (
mvn site
)v3.19
Release date: 2018 Jul 20
--first-parent
argument, so typical numbers will be a few times larger.completionGoals
configuration from 3.18.v3.18
Release date: 2018 Jul 16
incrementals:reincrementalify
is now invoked automaticallyin release completion goals
Repository now references up-to-date Incrementals documentation
v3.17
Release date: 2018 Jun 30
Update Animal Sniffer Plugin from 1.16 to 1.17 to support
signature scanning with JDK 10
(JENKINS-52155)
v3.16
Release date: 2018 Jun 22
Update Animal Sniffer Plugin from 1.15 to 1.16
Make Animal Sniffer Version configurable via the
animal.sniffer.version
propertyv3.15
Release date: 2018 Jun 12
v3.14
Release date: 2018 Jun 06
v3.13
Release date: 2018 Jun 01
v3.12
Release date: 2018 May 16
test-jar-no-fork
rather thantest-jar
.v3.11
Release date: 2018 May 15
source:jar-no-fork
goal instead ofsource:jar
to avoid a Maven bug.v3.10
Release date: 2018 May 11
incrementals
Maven plugin, so you can runincrementals:incrementalify
and more.flatten-maven-plugin
to keep the generated POM in thetarget
directory.v3.9
Release date: 2018 Apr 27
release:perform
to save time.v3.8
Release date: 2018 Apr 10
(Changelog)
v3.7
Release date: 2018 Apr 03
@Restricted(Beta.class)
which may be consumed in a downstream plugin by setting the POM propertyuseBeta
totrue
.v3.6
Release date: 2018 Mar 09
@Restricted(NoExternalUse.class)
on a type. You may pass-Daccess-modifier-checker.failOnError=false
as a temporary workaround.v3.5
Release date: 2018 Feb 19
task-reactor
, needed for testing against Jenkins 2.105 and later.v3.4
Release date: 2019-04-30
dependabot
v3.3
Release date: 2019-02-28
(Dependabot evaluation)
v3.2
Release date: 2018-12-05
Plugin POM now produces
Minimum-Java-Version
entry in the plugin manifestjava.level
property value is used by defaultplugin.minimumJavaVersion
property can be used to override the default value, e.g. for Java 11 experimental releases(JEP-211)
until JENKINS-55048 is released and widely adopted
Update to Maven HPI Plugin 3.0
(changelog)
Update to extra-enforcer-rules to
1.1
to support JDK 11 bytecode checksPrevent warning about missing SLF4J providers during the build
v3.1
Release date: 2018 Jul 20
--first-parent
argument, so typical numbers will be a few times larger.completionGoals
configuration from 3.18.v3.0
v2.37
Release date: 2017, Oct 23
jenkins-test-harness
updates to 2.31, important for testing against core 2.86+concurrency
property deprecated; useforkCount
insteadv2.36
Release date: 2017, Sep 27
jenkins-test-harness
updated to 2.28maven-hpi-plugin
updated to 2.1v2.35
Release date: 2017, Sep 20
JenkinsRule
-based tests, broken since 2.30 due to a mismatch with Maven’s idea of the test classpath.v2.34
Release date: 2017, Sep 18
Annotate
Messages
classes generated by Localizer with@Restricted(NoExternalUse.class)
Specify the default Max Memory for Maven Surefire Plugin (768MB).
v2.33
Release date: 2017, Aug 07
v2.32
Release date: 2017, Jun 29
v2.31
Release date: 2017, Jun 26
requireUpperBoundDeps
to prevent various common versioning problems, such as accidentally using incompatible plugin dependencies.v2.30
Release date: 2017, May 25
maven-hpi-plugin
2.0:war-for-test
artifact is no longer needed for functional tests, saving download bandwidth.hpi:run
. To enable it use-Dhudson.Main.development=false
.v2.29
Release date: 2017, May 19
v2.28
Release date: 2017, May 04
access-modifier-checker
to fix a critical bug (lack of enforcement of any method calls).v2.27
Release date: 2017, May 02
maven-hpi-plugin
,jenkins-test-harness
, and more.jenkins-core.version
andjenkins-war.version
separately so as to depend on timestamped snapshots of Jenkins core.v2.26
frontend-maven-plugin
from1.3
to1.4
(PR#53)v2.25
Release date: 2017, Mar 22
Bump JaCoCo version from
0.7.2.201409121644
to0.7.9
to be compatible with Jenkins JaCoCo plugin data format.Compatibility notes:
It may cause regressions in build flows which have the
enable-jacoco
profile enabled.v2.24
Release date: 2017, Mar 08
frontend-maven-plugin
anddownload-maven-plugin
for the benefit of plugins using npm.enable-jacoco
profile by default. Now disabled unless selected.v2.23
Release date: 2017, Feb 22
v2.22
Release date: 2017, Feb 13
maven-hpi-plugin
for better snapshot behavior.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.