This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.2.X by this push:
new 337246a2d Use SPDX identifier for license name
337246a2d is described below
commit 337246a2dcf700d453dd07b091d84d0f8b16a51f
Author: emmanuel lecharny <[email protected]>
AuthorDate: Thu Oct 5 09:27:31 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 69eec2f64..462facf21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,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>