You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2020/08/07 16:13:11 UTC

[lucene-solr] branch branch_8x updated: SOLR-13499: Fix "Apache License, Version 2.0" spelling in in pom.xml.template (#674)

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

cpoerschke pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new e8d71d8  SOLR-13499: Fix "Apache License, Version 2.0" spelling in in pom.xml.template (#674)
e8d71d8 is described below

commit e8d71d88ab32e41d41553016bf3b63c996e8dfee
Author: Vincent Privat <vi...@gmail.com>
AuthorDate: Fri Aug 7 18:03:41 2020 +0200

    SOLR-13499: Fix "Apache License, Version 2.0" spelling in in pom.xml.template (#674)
---
 dev-tools/maven/pom.xml.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/maven/pom.xml.template b/dev-tools/maven/pom.xml.template
index f5bdb5a..ee05b5d 100644
--- a/dev-tools/maven/pom.xml.template
+++ b/dev-tools/maven/pom.xml.template
@@ -116,7 +116,7 @@
   </scm>
   <licenses>
     <license>
-      <name>Apache 2</name>
+      <name>Apache License, Version 2.0</name>
       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     </license>
   </licenses>