This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.1.X in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.1.X by this push: new e3dfb15b2 Use SPDX identifier for license name e3dfb15b2 is described below commit e3dfb15b2a212dd4612e5a131241cb068edc208d Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Thu Oct 5 09:28:16 2023 +0200 Use SPDX identifier for license name --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee982edd4..81154972c 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ <licenses> <license> <name>Apache 2.0 License</name> - <url>https://www.apache.org/licenses/LICENSE-2.0</url> + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses>