Fix wrong project name

This commit is contained in:
Uwe Schindler 2022-01-11 17:42:21 +01:00
parent bad65c53c9
commit 636d42e032
1 changed files with 1 additions and 1 deletions

View File

@ -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 {