This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch SPDX in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit c5b13cfbc454a739cad4f3824dcf6b3dc274155f Author: Slawomir Jaranowski <[email protected]> AuthorDate: Wed Dec 7 23:24:59 2022 +0100 Using an SPDX identifier as the license name in example According to recommendation a few lines below --- content/apt/pom.apt.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apt/pom.apt.vm b/content/apt/pom.apt.vm index 16a50a47..7b9f1114 100644 --- a/content/apt/pom.apt.vm +++ b/content/apt/pom.apt.vm @@ -1385,7 +1385,7 @@ Display parameters as parsed by Maven (in canonical form and as a list of tokens +-------------------------+ <licenses> <license> - <name>Apache License, Version 2.0</name> + <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments>
