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:
Ivan Brusic 2018-03-01 14:17:24 -08:00 committed by Ryan Ernst
parent 472acf7833
commit 6fb8319ffc
1 changed files with 3 additions and 3 deletions

View File

@ -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:
#