Update outdated java version reference (#28870)
It is only a comment, but can confuse those reading the code Used 6.0 as an arbitrary elasticsearch.version value since it is version that required Java 8
This commit is contained in:
parent
472acf7833
commit
6fb8319ffc
|
@ -10,9 +10,9 @@
|
|||
#
|
||||
# classname=foo.bar.BazPlugin
|
||||
# description=My cool plugin
|
||||
# version=2.0
|
||||
# elasticsearch.version=2.0
|
||||
# java.version=1.7
|
||||
# version=6.0
|
||||
# elasticsearch.version=6.0
|
||||
# java.version=1.8
|
||||
#
|
||||
### mandatory elements for all plugins:
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue