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/solr.git
The following commit(s) were added to refs/heads/main by this push:
new dd154da fix project name in Eclipse integration
dd154da is described below
commit dd154da81600da4e8c8e7e6c4d530406d3f22b71
Author: Uwe Schindler <[email protected]>
AuthorDate: Fri Aug 13 12:54:58 2021 +0200
fix project name in Eclipse integration
---
gradle/ide/eclipse.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/ide/eclipse.gradle b/gradle/ide/eclipse.gradle
index 12e1bdc..3721c31 100644
--- a/gradle/ide/eclipse.gradle
+++ b/gradle/ide/eclipse.gradle
@@ -27,7 +27,7 @@ configure(rootProject) {
eclipse {
project {
- name = "Apache Lucene Solr ${version}"
+ name = "Apache Solr ${version}"
}
classpath {