Releases: jenkinsci/license-maven-plugin
Releases · jenkinsci/license-maven-plugin
159.v49b_58e948f31
📦 Dependency updates
- Bump org.jenkins-ci:jenkins from 1.123 to 1.124 (#87) @dependabot
158.ve6566b_0151f0
157.vcd037a_d79631
✍ Other changes
- Enable Jenkins Security Scan (#78) @strangelookingnerd
📦 Dependency updates
16 changes
- Bump org.apache.groovy:groovy-xml from 4.0.22 to 4.0.23 (#84) @dependabot
- Bump org.jenkins-ci:jenkins from 1.122 to 1.123 (#85) @dependabot
- Bump org.jenkins-ci:jenkins from 1.121 to 1.122 (#83) @dependabot
- Bump org.jenkins-ci:jenkins from 1.120 to 1.121 (#82) @dependabot
- Bump maven-plugin-tools.version from 3.14.0 to 3.15.0 (#81) @dependabot
- Bump org.jenkins-ci:jenkins from 1.119 to 1.120 (#80) @dependabot
- Bump maven-plugin-tools.version from 3.13.1 to 3.14.0 (#79) @dependabot
- Bump org.jenkins-ci:jenkins from 1.118 to 1.119 (#77) @dependabot
- Bump org.jenkins-ci:jenkins from 1.117 to 1.118 (#76) @dependabot
- Bump org.apache.groovy:groovy-xml from 4.0.21 to 4.0.22 (#75) @dependabot
- Bump org.jenkins-ci:jenkins from 1.116 to 1.117 (#74) @dependabot
- Bump org.jenkins-ci:jenkins from 1.115 to 1.116 (#73) @dependabot
- Bump org.jenkins-ci:jenkins from 1.114 to 1.115 (#72) @dependabot
- Bump maven-plugin-tools.version from 3.13.0 to 3.13.1 (#71) @dependabot
- Bump org.jenkins-ci:jenkins from 1.113 to 1.114 (#70) @dependabot
- Bump maven-plugin-tools.version from 3.12.0 to 3.13.0 (#69) @dependabot
139.v9b_5625f30dcb_
📦 Dependency updates
- Bump org.apache.groovy:groovy-xml from 4.0.20 to 4.0.21 (#68) @dependabot
- Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.7 to 1.8 (#67) @dependabot
- Bump maven-plugin-tools.version from 3.11.0 to 3.12.0 (#65) @dependabot
- Bump org.jenkins-ci:jenkins from 1.112 to 1.113 (#66) @dependabot
- Bump actions/configure-pages from 4 to 5 (#64) @dependabot
- Bump org.jenkins-ci:jenkins from 1.111 to 1.112 (#63) @dependabot
133.v48b_64c1fc6b_4
🚀 New features and improvements
- Update groovy-xml from 4.0.19 to 4.0.20 for Java 22 compatibility (#62) @NotMyFault
👻 Maintenance
- Test on Java 21 (#39) @NotMyFault
- Keep track of updates for maven-fluido-skin (#34) @NotMyFault
📦 Dependency updates
22 changes
- Bump org.apache.groovy:groovy-xml from 4.0.17 to 4.0.19 (#60) @dependabot
- Bump org.jenkins-ci:jenkins from 1.110 to 1.111 (#61) @dependabot
- Bump maven-plugin-tools.version from 3.10.2 to 3.11.0 (#58) @dependabot
- Bump org.jenkins-ci:jenkins from 1.108 to 1.110 (#57) @dependabot
- Bump actions/configure-pages from 3 to 4 (#56) @dependabot
- Bump actions/deploy-pages from 2 to 4 (#55) @dependabot
- Bump actions/upload-pages-artifact from 2 to 3 (#54) @dependabot
- Bump org.apache.groovy:groovy-xml from 4.0.16 to 4.0.17 (#53) @dependabot
- Bump org.jenkins-ci:jenkins from 1.107 to 1.108 (#52) @dependabot
- Bump actions/setup-java from 3 to 4 (#48) @dependabot
- Bump org.apache.groovy:groovy-xml from 4.0.15 to 4.0.16 (#50) @dependabot
- Bump maven-plugin-tools.version from 3.10.1 to 3.10.2 (#49) @dependabot
- Bump maven-plugin-tools.version from 3.9.0 to 3.10.1 (#45) @dependabot
- Bump org.apache.groovy:groovy-xml from 4.0.14 to 4.0.15 (#46) @dependabot
- Bump org.jenkins-ci:jenkins from 1.105 to 1.107 (#47) @dependabot
- Bump actions/checkout from 3 to 4 (#44) @dependabot
- Bump org.apache.groovy:groovy-xml from 4.0.13 to 4.0.14 (#42) @dependabot
- Bump org.jenkins-ci:jenkins from 1.103 to 1.105 (#41) @dependabot
- Bump actions/upload-pages-artifact from 1 to 2 (#38) @dependabot
- Bump org.jenkins-ci:jenkins from 1.102 to 1.103 (#37) @dependabot
- Update dependency org.apache.maven.skins:maven-fluido-skin to v1.12.0 (#36) @renovate
- Bump jenkins from 1.101 to 1.102 (#32) @dependabot
104.v2171757ee6dd
📝 Documentation updates
👻 Maintenance
- Prevent new high-priority SpotBugs violations from being introduced (#30) @basil
- Miscellaneous code cleanup (#29) @basil
- Remove RD template (#28) @NotMyFault
- Fix CD tag template (#27) @NotMyFault
98.vd05d703fe349
💥 Breaking changes
- Enable CD (#25) @NotMyFault
- Publish to repo.jenkins.org, move to Java 11 and change groupId (#24) @NotMyFault
Consumers are advised to update the<groupId>
fromcom.cloudbees
toio.jenkins.tools.maven
and the<artifactId>
frommaven-license-plugin
tolicense-maven-plugin
in their pom.xml
👻 Maintenance
- Add prerequisites (#19) @basil
- Update dependabot ignores (#26) @NotMyFault
- Misc. cleanup (#21) @NotMyFault
📦 Dependency updates
- Bump groovy-xml from 4.0.12 to 4.0.13 (#22) @dependabot
1.17
What's Changed
- Move maven baseline to 3.8.1 by @NotMyFault in #18
Full Changelog: maven-license-plugin-1.16...maven-license-plugin-1.17
1.16
What's Changed
- Update
groovy-xml
for Java 21 compatibility by @NotMyFault in #15 - Update build dependencies by @NotMyFault in #16
- Remove deprecated 'localRepository' parameter by @NotMyFault in #17
New Contributors
- @NotMyFault made their first contribution in #15
Full Changelog: maven-license-plugin-1.15...maven-license-plugin-1.16