mirror of
https://github.com/valitydev/opendistro-security-ssl.git
synced 2024-11-06 00:45:16 +00:00
preparing for new minior version v0.7.0.1
This commit is contained in:
parent
a7ebb877e3
commit
54c2f094c9
@ -3,7 +3,7 @@
|
||||
description=Provides SSL for Elasticsearch 6
|
||||
#
|
||||
# 'version': plugin's version
|
||||
version=0.7.0.0
|
||||
version=0.7.0.1
|
||||
#
|
||||
# 'name': the plugin name
|
||||
name=opendistro_security-ssl
|
||||
|
@ -30,8 +30,6 @@
|
||||
* permissions and limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
//grant codeBase "${codebase.opendistro_security_ssl-0.7.0.0.jar}" {
|
||||
grant {
|
||||
//below permissions are needed for netty native open ssl support
|
||||
permission java.lang.RuntimePermission "loadLibrary.*";
|
||||
@ -52,4 +50,4 @@ grant {
|
||||
|
||||
permission java.net.NetPermission "getNetworkInformation";
|
||||
permission java.net.SocketPermission "*", "connect,accept,resolve";
|
||||
};
|
||||
};
|
||||
|
6
pom.xml
6
pom.xml
@ -35,11 +35,11 @@
|
||||
<parent>
|
||||
<groupId>com.amazon.opendistroforelasticsearch</groupId>
|
||||
<artifactId>opendistro_security_parent</artifactId>
|
||||
<version>0.7.0.0</version>
|
||||
<version>0.7.0.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>opendistro_security_ssl</artifactId>
|
||||
<version>0.7.0.0</version>
|
||||
<version>0.7.0.1</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Open Distro Security SSL</name>
|
||||
@ -67,7 +67,7 @@
|
||||
<url>https://github.com/opendistro-for-elasticsearch/security-ssl</url>
|
||||
<connection>scm:git:git@github.com:opendistro-for-elasticsearch/security-ssl.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:opendistro-for-elasticsearch/security-ssl.git</developerConnection>
|
||||
<tag>v0.7.0.0</tag>
|
||||
<tag>v0.7.0.1</tag>
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
|
Loading…
Reference in New Issue
Block a user