Lucene: Rename query-parser to queryparser to match Maven artifact name

Change-Id: I9a66dcef214283bf6c4945301720d68d7bcc6251
This commit is contained in:
David Pursehouse
2015-06-23 14:02:33 +09:00
parent 182fcafdfe
commit 84dd8e468b
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ java_library(
'//lib/log:log4j',
'//lib/lucene:analyzers-common',
'//lib/lucene:core',
'//lib/lucene:query-parser',
'//lib/lucene:queryparser',
'//lib/ow2:ow2-asm',
'//lib/ow2:ow2-asm-tree',
'//lib/ow2:ow2-asm-util',

View File

@@ -50,7 +50,7 @@ maven_jar(
)
maven_jar(
name = 'query-parser',
name = 'queryparser',
id = 'org.apache.lucene:lucene-queryparser:' + VERSION,
sha1 = '53f0b3f0e700a8ec484195d3370688171e830634',
license = 'Apache2.0',