File tree 5 files changed +14
-14
lines changed
src/main/resources/plugin-metadata
5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
- # A.R.M.O.R Security Plugin for ES 2.1
1
+ # A.R.M.O.R Security Plugin for ES 2.3.3
2
2
Elasticsearch security for free.
3
3
4
4
ARMOR is a free and open source plugin for Elasticsearch which provides security features.
@@ -76,14 +76,14 @@ Install it like any other Elasticsearch plugin:
76
76
(On Centos, you can find the ` bin/plugin ` at ` /usr/share/elasticsearch ` )
77
77
78
78
```
79
- # ES 2.1
80
- $ bin/plugin -i com.petalmd/armor/2.1.0
79
+ # ES 2.3.3
80
+ $ bin/plugin -i com.petalmd/armor/2.3.3
81
81
```
82
82
83
83
Prerequisites:
84
84
85
85
* Java 7 or 8 (recommended)
86
- * Elasticsearch 2.1.x
86
+ * Elasticsearch 2.3.3
87
87
88
88
Build it yourself:
89
89
* Install maven 3.1+
Original file line number Diff line number Diff line change 12
12
</content >
13
13
<orderEntry type =" inheritedJdk" />
14
14
<orderEntry type =" sourceFolder" forTests =" false" />
15
- <orderEntry type =" library" name =" Maven: org.elasticsearch:elasticsearch:2.0.0 " level =" project" />
15
+ <orderEntry type =" library" name =" Maven: org.elasticsearch:elasticsearch:2.3.3 " level =" project" />
16
16
<orderEntry type =" library" name =" Maven: org.apache.lucene:lucene-core:5.2.1" level =" project" />
17
17
<orderEntry type =" library" name =" Maven: org.apache.lucene:lucene-backward-codecs:5.2.1" level =" project" />
18
18
<orderEntry type =" library" name =" Maven: org.apache.lucene:lucene-analyzers-common:5.2.1" level =" project" />
78
78
<orderEntry type =" library" scope =" TEST" name =" Maven: org.mockito:mockito-core:1.10.8" level =" project" />
79
79
<orderEntry type =" library" scope =" TEST" name =" Maven: org.objenesis:objenesis:2.1" level =" project" />
80
80
</component >
81
- </module >
81
+ </module >
Original file line number Diff line number Diff line change 1
1
description =A.R.M.O.R Security Plugin for Elasticsearch
2
- version =2.1 .0
2
+ version =2.0 .0
3
3
name =armor
4
- elasticsearch.version =2.1.0
4
+ elasticsearch.version =2.3.2
5
5
jvm =true
6
- java.version =1.8
7
- classname =com.petalmd.armor.ArmorPlugin
6
+ java.version =1.7
7
+ classname =com.petalmd.armor.ArmorPlugin
Original file line number Diff line number Diff line change 44
44
</licenses >
45
45
46
46
<properties >
47
- <elasticsearch .version>2.3.2 </elasticsearch .version>
47
+ <elasticsearch .version>2.3.3 </elasticsearch .version>
48
48
<apache .ds.version>2.0.0-M17</apache .ds.version>
49
49
<apache .ds.api.version>1.0.0-M28</apache .ds.api.version>
50
50
<path .delim>\\</path .delim>
51
51
<dependency .locations.enabled>false</dependency .locations.enabled>
52
- <lucene .maven.version>5.2.1 </lucene .maven.version>
52
+ <lucene .maven.version>5.5.0 </lucene .maven.version>
53
53
</properties >
54
54
55
55
<scm >
288
288
<configuration >
289
289
<rules >
290
290
<requireJavaVersion >
291
- <version >1.8 </version >
291
+ <version >1.7 </version >
292
292
</requireJavaVersion >
293
293
</rules >
294
294
</configuration >
Original file line number Diff line number Diff line change @@ -91,4 +91,4 @@ elasticsearch.version=${elasticsearch.version}
91
91
# that have hard dependencies against each other. If this is
92
92
# not specified, then the plugin is isolated by default.
93
93
isolated =false
94
- #
94
+ #
You can’t perform that action at this time.
0 commit comments