File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1414group = " com.amazon.opendistroforelasticsearch"
1515// Increment the final digit when there's a new plugin versions for the same opendistro version
1616// Reset the final digit to 0 when upgrading to a new opendistro version
17- version = " ${ opendistroVersion} .0 " + (isSnapshot ? " -SNAPSHOT" : " " )
17+ version = " ${ opendistroVersion} .1 " + (isSnapshot ? " -SNAPSHOT" : " " )
1818
1919
2020if (! project. hasProperty(" archivePath" )) {
Original file line number Diff line number Diff line change 1+ ## 2020-03-05 Version 1.5.0.1 (Current)
2+
3+ - Adding capability to hot reload ssl certificates
4+ - Added changes for SuperAdmin to update/add/delete reserved configs
5+
16## 2020-01-24 Version 1.4.0.0
27
38- Support for Elasticsearch 7.4.2
Original file line number Diff line number Diff line change 33description =Provide access control related features for Elasticsearch 7
44#
55# 'version': plugin's version
6- version =1.4 .0.0
6+ version =1.5 .0.1
77#
88# 'name': the plugin name
99name =opendistro_security
Original file line number Diff line number Diff line change 3434 <groupId >com.amazon.opendistroforelasticsearch</groupId >
3535 <artifactId >opendistro_security</artifactId >
3636 <packaging >jar</packaging >
37- <version >1.5.0.0 </version >
37+ <version >1.5.0.1 </version >
3838 <name >Open Distro Security for Elasticsearch</name >
3939 <description >Open Distro For Elasticsearch Security</description >
4040 <url >https://github.com/opendistro-for-elasticsearch/security</url >
9898 <url >https://github.com/opendistro-for-elasticsearch/security</url >
9999 <
connection >scm:git:
[email protected] :opendistro-for-elasticsearch/security.git</
connection >
100100 <
developerConnection >scm:git:
[email protected] :opendistro-for-elasticsearch/security.git</
developerConnection >
101- <tag >1.5.0.0 </tag >
101+ <tag >1.5.0.1 </tag >
102102 </scm >
103103
104104 <issueManagement >
You can’t perform that action at this time.
0 commit comments