This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 2_2_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/2_2_x-fixes by this push:
new ea1d5eeb2 Use SPDX identifier for License (#209)
ea1d5eeb2 is described below
commit ea1d5eeb22820de63909572eac5630b5849403df
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 bf5a0daf2..74900a5f7 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>