Skip to content
This repository was archived by the owner on Jan 6, 2022. It is now read-only.

Commit 54c2f09

Browse files
committed
preparing for new minior version v0.7.0.1
1 parent a7ebb87 commit 54c2f09

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

plugin-descriptor.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description=Provides SSL for Elasticsearch 6
44
#
55
# 'version': plugin's version
6-
version=0.7.0.0
6+
version=0.7.0.1
77
#
88
# 'name': the plugin name
99
name=opendistro_security-ssl

plugin-security.policy

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
* permissions and limitations under the License.
3131
*/
3232

33-
34-
//grant codeBase "${codebase.opendistro_security_ssl-0.7.0.0.jar}" {
3533
grant {
3634
//below permissions are needed for netty native open ssl support
3735
permission java.lang.RuntimePermission "loadLibrary.*";
@@ -52,4 +50,4 @@ grant {
5250

5351
permission java.net.NetPermission "getNetworkInformation";
5452
permission java.net.SocketPermission "*", "connect,accept,resolve";
55-
};
53+
};

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
<parent>
3636
<groupId>com.amazon.opendistroforelasticsearch</groupId>
3737
<artifactId>opendistro_security_parent</artifactId>
38-
<version>0.7.0.0</version>
38+
<version>0.7.0.1</version>
3939
</parent>
4040

4141
<artifactId>opendistro_security_ssl</artifactId>
42-
<version>0.7.0.0</version>
42+
<version>0.7.0.1</version>
4343
<packaging>jar</packaging>
4444

4545
<name>Open Distro Security SSL</name>
@@ -67,7 +67,7 @@
6767
<url>https://github.com/opendistro-for-elasticsearch/security-ssl</url>
6868
<connection>scm:git:git@github.com:opendistro-for-elasticsearch/security-ssl.git</connection>
6969
<developerConnection>scm:git:git@github.com:opendistro-for-elasticsearch/security-ssl.git</developerConnection>
70-
<tag>v0.7.0.0</tag>
70+
<tag>v0.7.0.1</tag>
7171
</scm>
7272

7373
<issueManagement>

0 commit comments

Comments
 (0)