mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Fix module and package names for stable plugin api (#89772)
the convention for packages and module names is: org.elasticsearch.plugin[.analysis].api module-info.java and package-info.java were using incorrect names and not following the convention relates #88980
This commit is contained in:
parent
0302d2db2d
commit
2b6d4e97df
3 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
* Side Public License, v 1.
|
||||
*/
|
||||
|
||||
module org.elasticsearch.analysis.plugin.api {
|
||||
module org.elasticsearch.plugin.analysis.api {
|
||||
requires org.apache.lucene.core;
|
||||
requires org.elasticsearch.plugin.api;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue