File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,20 +55,20 @@ name=elasticsearch-cloud-aws
5555# jvm=${elasticsearch.plugin.jvm}
5656#
5757# 'classname': the name of the class to load, fully-qualified.
58- classname =${elasticsearch.plugin.classname}
58+ # classname=${elasticsearch.plugin.classname}
5959#
6060# 'java.version' version of java the code is built against
6161# use the system property java.specification.version
6262# version string must be a sequence of nonnegative decimal integers
6363# separated by "."'s and may have leading zeros
64- java.version =${maven.compiler.target}
64+ # java.version=${maven.compiler.target}
6565#
6666# 'elasticsearch.version' version of elasticsearch compiled against
6767# You will have to release a new version of the plugin for each new
6868# elasticsearch release. This version is checked when the plugin
6969# is loaded so Elasticsearch will refuse to start in the presence of
7070# plugins with the incorrect elasticsearch.version.
71- elasticsearch.version =2.0.0
71+ # elasticsearch.version=2.0.0
7272#
7373# ## deprecated elements for jvm plugins :
7474#
You can’t perform that action at this time.
0 commit comments