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:43:33 UTC

[lucene] branch branch_9x updated: Fix wrong project name

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

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


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

commit 2f5a1d93f5426c828985ea469799d3947483f297
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 388b99f..7c262d1 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 {