You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2022/12/13 20:47:51 UTC

[accumulo] branch 1.10 updated: Use SPDX for license name in POM

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch 1.10
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/1.10 by this push:
     new 18c4f1ab71 Use SPDX for license name in POM
18c4f1ab71 is described below

commit 18c4f1ab7167cbdf8123b6bbc5f57b728650ad21
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Dec 13 15:45:24 2022 -0500

    Use SPDX for license name in POM
    
    Follow the recommendations at https://maven.apache.org/pom.html#Licenses
    to use the SPDX identifier for the license name in the POM licenses
    section.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1157e48cca..19c443a59b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
   </organization>
   <licenses>
     <license>
-      <name>Apache License, Version 2.0</name>
+      <name>Apache-2.0</name>
       <url>https://www.apache.org/licenses/LICENSE-2.0</url>
     </license>
   </licenses>