This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 2_3_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/2_3_x-fixes by this push:
new 9918639d4 Use SPDX identifier for License (#209)
9918639d4 is described below
commit 9918639d4f7b3bf891b40eaf490d666f90224b48
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu Oct 5 05:54:25 2023 +0100
Use SPDX identifier for License (#209)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 41c0590bc..d77c9786c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
<inceptionYear>2004</inceptionYear>
<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>