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