You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2019/08/25 15:31:53 UTC

[lucene-solr] 02/09: SOLR-13452: Fix spelling typo.

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

markrmiller pushed a commit to branch jira/SOLR-13452_gradle_5
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 63be7b8292f39bed7596f46a2bf9d1fe322bf09a
Author: markrmiller <ma...@apache.org>
AuthorDate: Sun Aug 25 08:25:49 2019 -0500

    SOLR-13452: Fix spelling typo.
---
 lucene/analysis/stempel/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/analysis/stempel/build.gradle b/lucene/analysis/stempel/build.gradle
index ee7c028..57092f3 100644
--- a/lucene/analysis/stempel/build.gradle
+++ b/lucene/analysis/stempel/build.gradle
@@ -19,7 +19,7 @@ apply plugin: 'java-library'
 apply plugin: 'maven-publish'
 apply plugin: org.apache.lucene.gradle.PartOfDist
 
-archivesBaseName = 'lucene-analyzers-stemple'
+archivesBaseName = 'lucene-analyzers-stempel'
 
 dependencies {