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

Commit

Permalink
preparing for new minior version v0.7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hardik-k-shah committed Mar 20, 2019
1 parent a7ebb87 commit 54c2f09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plugin-descriptor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions plugin-security.policy
Original file line number Diff line number Diff line change
Expand Up @@ -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.*";
Expand All @@ -52,4 +50,4 @@ grant {

permission java.net.NetPermission "getNetworkInformation";
permission java.net.SocketPermission "*", "connect,accept,resolve";
};
};
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -67,7 +67,7 @@
<url>https://github.com/opendistro-for-elasticsearch/security-ssl</url>
<connection>scm:git:[email protected]:opendistro-for-elasticsearch/security-ssl.git</connection>
<developerConnection>scm:git:[email protected]:opendistro-for-elasticsearch/security-ssl.git</developerConnection>
<tag>v0.7.0.0</tag>
<tag>v0.7.0.1</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 54c2f09

Please sign in to comment.