Browse Source

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
Ivan Brusic 7 years ago
parent
commit
6fb8319ffc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      buildSrc/src/main/resources/plugin-descriptor.properties

+ 3 - 3
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:
 #