Skip to content

Releases: jenkinsci/plugin-pom

4.0-beta-1 💥

27 Dec 12:45
Compare
Choose a tag to compare

First beta release of the 4.0 branch which includes a lot of breaking changes in order to make Plugin POM simple to use and maintain. See this discussion in the developer mailing list for more info. All changes target JENKINS-60474 from #269 by @jtnord

🚀 New features and improvements

  • JENKINS-60474 - Libraries that are shipped with jenkins-core now have their dependency versions unconditionally managed from the jenkins-bom. The jenkins-bom and no-jenkins-bom profiles have been removed
    • With this change the libaries used will be correct for a given jenkins.version however this requires a version of Jenkins that was published with the bom (2.195 or higher), or has been explicitly published
    • See here for a list of supported versions
  • A quick-build profile has been introduced that disabled things not related to just producing the desired artifacts. This is activated on the command line in the standard maven way (e.g. mvn -P quick-build package)
  • Add an extra enforcer rule prevent releases from containing SNAPSHOT versions
  • JMH benchmarks are now run by activating the jmh-benchmark directly rather than via a property. (mvn -P jmh-benchmark test)
  • Skipping tests using surefire's skipTest property no longer skips other mojos execution.

🚨 Removed

  • Deprecated findbugs properties have been removed, use the equivalent spotbugs property (#269) @jtnord
  • Support for compiling plugins with java.level < 8 has been removed. The only supported java.level is 8
  • Deprecated concurrency property has been removed. use the forkCount surefire option directly from the command line (or pom) (e.g. mvn -DforkCount=4 verify)
  • Support for the jgit provider of the release plugin has been removed. Git executable is now required to be installed and available in the PATH
  • Automatic re-running of failing tests has been removed.

👻 Maintenance

  • Always run the integration tests in this POM (#269) @jtnord

3.55

23 Dec 15:05
Compare
Choose a tag to compare

This is the last release of Plugin POM before switching the master branch to 4.0 Beta. See this discussion in the developer mailing list for more info.

📦 Dependency updates

👻 Maintenance

  • make dependabot ignore jenkins bom/war updates (#267) @jtnord

3.54

25 Nov 13:32
Compare
Choose a tag to compare
WARNING: Do not use the BOM profile (discussion in the developer list)

🚀 New features and improvements

  • Re-introduce the Jenkins Core BOM support (#257) @jtnord

🐛 Bug Fixes

  • Add phase to animal-sniffer to fix mvn test (#258) @timja

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

3.53

14 Nov 16:43
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Revert the BOM support from 3.52 to fix incremental plugin builds (#252) @jglick
  • Fix compatibility between PowerMock and Mockito versions suggested in dependencyManagement, regression in 3.51 (#244, #243) @dependabot

📦 Dependency updates

👻 Maintenance

  • Add integration tests for Incrementals to prevent further regressions (#252) @jglick

3.52

13 Nov 17:42
Compare
Choose a tag to compare
WARNING: There are reported regressions in plugins publishing Incrementals due to #229. Please avoid this version if you use Incrementals.

🚀 New features and improvements

📝 Documentation updates

📦 Dependency updates

3.51

22 Oct 19:28
Compare
Choose a tag to compare

Dependency updates and performance/diagnosability improvements.

🚀 New features and improvements

  • Use "provided" scope for slf4j-api dependency (instead of compile) (#226) @proski
  • Improve maven-antrun-plugin configuration to show names of the executed targets (#242) @darxriggs
  • Optimize the Maven Surefire JVM to speedup tests (#246) @jtnord

📦 Dependency updates

Plugin POM 3.50

16 Sep 14:30
4849875
Compare
Choose a tag to compare

🚀 New features and improvements

  • Add scm.url property to enable Plugin POM changelog visualization in Dependabot pull requests for plugins (#233) @oleg-nenashev

📦 Dependency updates

Plugin POM 3.49

23 Aug 20:51
Compare
Choose a tag to compare

This release includes routine dependency updates, see the changelogs in the linked components. It also introduces adds support of injecting changelog and Logo URLs via hpi.pluginChangelogUrl and hpi.pluginLogoUrl properties properties. It will be later used to display them in the update site (see WEBSITE-637).

📝 Documentation updates

📦 Dependency updates

Plugin POM 3.48

29 Jul 16:21
5e54f91
Compare
Choose a tag to compare

📦 Dependency updates

🚦 Internal changes

  • Jenkinsfile: Pass -no-transfer-progress to the build (#215) @jglick

Plugin POM 3.47

01 Jul 20:52
77e95f0
Compare
Choose a tag to compare

📦 Dependency updates