Releases: jenkinsci/incrementals-tools
Releases · jenkinsci/incrementals-tools
1.8
🚀 New features and improvements
👻 Maintenance
- Add goal prefix (#93) @basil
- Fixup bad merge in #72 (#74) @NotMyFault
📦 Dependency updates
16 changes
- Bump s4u/setup-maven-action from 1.11.0 to 1.12.0 (#97) @dependabot
- Bump io.jenkins.tools:central-repository-pom from 1.2 to 1.3 (#96) @dependabot
- Bump release-drafter/release-drafter from 5 to 6 (#94) @dependabot
- Bump junit.version from 5.10.1 to 5.10.2 (#95) @dependabot
- Bump junit.version from 5.10.0 to 5.10.1 (#89) @dependabot
- Bump maven-plugin-tools.version from 3.8.1 to 3.11.0 (#91) @dependabot
- Bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.3 (#92) @dependabot
- Bump org.eclipse.jgit:org.eclipse.jgit from 6.6.1.202309021850-r to 6.8.0.202311291450-r (#90) @dependabot
- Bump junit.version from 5.9.3 to 5.10.0 (#70) @dependabot
- Bump org.apache.maven.enforcer:enforcer-api from 3.3.0 to 3.4.1 (#78) @dependabot
- Bump org.kohsuke:github-api from 1.315 to 1.318 (#85) @dependabot
- Bump s4u/setup-maven-action from 1.8.0 to 1.11.0 (#86) @dependabot
- Bump io.jenkins.tools:central-repository-pom from 1.1 to 1.2 (#88) @dependabot
- Bump org.codehaus.mojo:versions-maven-plugin from 2.15.0 to 2.16.2 (#84) @dependabot
- Bump org.eclipse.jgit:org.eclipse.jgit from 6.6.0.202305301015-r to 6.6.1.202309021850-r in /git-changelist-maven-extension (#79) @dependabot
- Replace
org.kohsuke:pom
withio.jenkins.tools:central-repository-pom
(#72) @NotMyFault
1.7
What's Changed
- Enable Dependabot by @basil in #38
- Bump pom from 19 to 21 by @dependabot in #41
- Bump actions/checkout from 1 to 3 by @dependabot in #42
- Bump versions-maven-plugin from 2.14.2 to 2.15.0 by @dependabot in #45
- set maven libs according to consumers by @jtnord in #47
- Bump maven-plugin-tools.version from 3.7.1 to 3.8.1 by @dependabot in #46
- Fixing
dependabot.yml
by @jglick in #50 - Run CI on
ubuntu-latest
by @jglick in #52 - Bump enforcer-api from 3.2.1 to 3.3.0 by @dependabot in #51
- Fix javadoc errors on java 20 by @NotMyFault in #57
- Run DetectIndentTest by @NotMyFault in #58
- Bump github-api from 1.93 to 1.314 by @NotMyFault in #56
- Bump org.eclipse.jgit from 4.9.0.201710071750-r to 6.5.0.202303070854-r by @NotMyFault in #59
- Add an URL per component by @NotMyFault in #54
- Move to JUnit 5 by @NotMyFault in #60
- Migrate from deprecated Plexus Components to non-deprecated JSR 330 by @basil in #66
- Bump github-api from 1.314 to 1.315 by @dependabot in #63
- Bump versions-maven-plugin from 2.15.0 to 2.16.0 by @dependabot in #64
- Bump org.eclipse.jgit from 6.5.0.202303070854-r to 6.6.0.202305301015-r by @dependabot in #65
- Revert "Merge pull request #64 from jenkinsci/dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.16.0" by @jglick in #67
New Contributors
- @NotMyFault made their first contribution in #57
Full Changelog: parent-1.6...parent-1.7
1.6
1.5
1.4
What's Changed
Full Changelog: parent-1.3...parent-1.4
1.3
🐛 Bug fixes
📦 Dependency updates
- Bump junit from 4.12 to 4.13.1 in /maven-plugin (#17) @dependabot
📝 Documentation updates
1.2
🚀 New features and improvements
- JENKINS-58716 - DgitHubRepo when possible to infer (#16) @jglick