Skip to content

Commit 0081f4d

Browse files
authored
Merge pull request #282 from debjanibnrj/master
Version bump 1.5.0.1
2 parents 59e4e09 + d801c27 commit 0081f4d

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ext {
1414
group = "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

2020
if (!project.hasProperty("archivePath")) {

opendistro-elasticsearch-security.release-notes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

plugin-descriptor.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description=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
99
name=opendistro_security

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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>
@@ -98,7 +98,7 @@
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>

0 commit comments

Comments
 (0)