This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
The following commit(s) were added to refs/heads/master by this push: new 85f0bfc [MPOM-378] Using an SPDX identifier as the license name is recommended by Maven (#118) 85f0bfc is described below commit 85f0bfc4384389ec519167376e2a09458a94a5b7 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Sun Dec 11 10:55:56 2022 -0500 [MPOM-378] Using an SPDX identifier as the license name is recommended by Maven (#118) See: https://maven.apache.org/pom.html#Licenses and https://spdx.org/licenses/ (Also: Trying to get the SPDX plugin to pick this up) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 46f126b..2ace98d 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ under the License. </organization> <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> </license>