From 6fb8319ffcdb4284d84a1724ad5ed96ca862a7f7 Mon Sep 17 00:00:00 2001 From: Ivan Brusic Date: Thu, 1 Mar 2018 14:17:24 -0800 Subject: [PATCH] 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 --- buildSrc/src/main/resources/plugin-descriptor.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildSrc/src/main/resources/plugin-descriptor.properties b/buildSrc/src/main/resources/plugin-descriptor.properties index dd1a267c0b38e..47550d2a4ffb0 100644 --- a/buildSrc/src/main/resources/plugin-descriptor.properties +++ b/buildSrc/src/main/resources/plugin-descriptor.properties @@ -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: #