You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2022/01/11 16:42:28 UTC

[lucene] branch main updated: Fix wrong project name

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

uschindler pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 636d42e  Fix wrong project name
636d42e is described below

commit 636d42e0324c13254856046ba510074fd6e14382
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Tue Jan 11 17:42:21 2022 +0100

    Fix wrong project name
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 23a3b18..5162a72 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,7 +46,7 @@ version = {
   String versionSuffix = propertyOrDefault('version.suffix', 'SNAPSHOT')
   return propertyOrDefault('version.release', "${baseVersion}-${versionSuffix}")
 }()
-description = 'Grandparent project for Apache Lucene Core and Apache Solr'
+description = 'Grandparent project for Apache Lucene Core'
 
 // Propagate version and derived properties across projects.
 allprojects {