Skip to content

Commit 9922b91

Browse files
author
Philip Hutchins
committed
test
1 parent fb68290 commit 9922b91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin-descriptor.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
#

0 commit comments

Comments
 (0)