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-xmlschema.git


The following commit(s) were added to refs/heads/master by this push:
     new 03a6e5c0 Use SPDX identifier instead for license name
03a6e5c0 is described below

commit 03a6e5c0b4ca61b35bf75ca0e4ee22f694e2c14f
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu Oct 5 05:59:36 2023 +0100

    Use SPDX identifier instead for license name
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0a75ba2a..7ee82f9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,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>

Reply via email to