All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.10.0 - 2024-06-14
- Allowlist alternate spellings of Apache and BSD licenses.
0.9.0 - 2024-06-07
- Allowlist alternate spellings of Apache, MIT and LGPL licenses.
0.8.0 - 2023-01-27
- Support Gradle 7. Fix JPERF-941.
0.7.3 - 2021-01-07
- Find license problems in more configurations, like
api
orimplementation
. Fix JPERF-713.
0.7.2 - 2020-11-17
- Fix repo URL for
gradleRelease.atlassianPrivateMode = true
.
0.7.1 - 2020-11-04
- Release to Atlassian proxy of Maven Central. Fix JPERF-677.
This release didn't happen due to a bug. The number 0.7.0 is "burned".
0.6.0 - 2019-03-26
- Enable support for Atlassian private repository.
0.5.1 - 2019-03-23
- Bump
axion-release
to get better transitive dependencies.
0.5.0 - 2019-01-30
- Infer GitHub remote for POM SCM section. Unblock JPERF-375.
0.4.3 - 2018-09-20
- Fix Kotlin compilation. Fix JPERF-118.
0.4.2 - 2018-09-20
- Support anonymous access to
atlassian-public
. Fix JPERF-116.
0.4.1 - 2018-09-06
- License check overriding
check
tasks dependencies see JPERF-58.
0.4.0 - 2018-09-03
- Sign releases.
- Release to atlassian-public maven repository.
0.3.0 - 2018-08-27
- Stop publishing to snapshot repositories.
- Stop depending on snapshot repositories.
0.2.0 - 2018-08-09
- Add more licenses to allowedLicenses list
- Run
verifyLicensing
beforecheck
task
- Add description to
verifyLicensing
task
0.1.0 - 2018-08-08
- Bundle license in JAR file
- Add
verifyLicensing
task
0.0.2 - 2018-08-02
- Atlassian private repository configuration
- Release and publishing configuration