Skip to content

Commit

Permalink
Update outdated java version reference (#28870)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
brusic authored and rjernst committed Mar 1, 2018
1 parent 472acf7 commit 6fb8319
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/resources/plugin-descriptor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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:
#
Expand Down

0 comments on commit 6fb8319

Please sign in to comment.