forked from opensearch-project/security
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin-descriptor.properties
27 lines (27 loc) · 1.04 KB
/
plugin-descriptor.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# 'description': simple summary of the plugin
description=Provide access control related features for OpenSearch 1.0.0
#
# 'version': plugin's version
version=1.3.0.0-SNAPSHOT
#
# 'name': the plugin name
name=opensearch-security
#
# 'classname': the name of the class to load, fully-qualified.
classname=org.opensearch.security.OpenSearchSecurityPlugin
#
# 'java.version' version of java the code is built against
# use the system property java.specification.version
# version string must be a sequence of nonnegative decimal integers
# separated by "."'s and may have leading zeros
java.version=1.8
#
# 'opensearch.version' version of OpenSearch compiled against
# Does not include -SNAPSHOT or the plugin will not install,
# see https://github.com/opensearch-project/opensearch-build/issues/359.
# You will have to release a new version of the plugin for each new
# OpenSearch release. This version is checked when the plugin
# is loaded so OpenSearch will refuse to start in the presence of
# plugins with the incorrect opensearch.version.
opensearch.version=1.3.0