This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-neethi.git
The following commit(s) were added to refs/heads/master by this push:
new 049bcde Use SPDX identifier for license name
049bcde is described below
commit 049bcde0075342afea0aa97665d49fdd36150576
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu Oct 5 05:58:56 2023 +0100
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 14bfaef..5ef4cb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
</developers>
<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>