Skip to content

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 9ea6743 commit 75af4ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Please refer to the [technical documentation](https://opendistro.github.io/for-e

```
<ES directory>/bin/elasticsearch-plugin install \
-b com.amazon.opendistroforelasticsearch:elasticsearch-security:0.7.0.0
-b com.amazon.opendistroforelasticsearch:elasticsearch-security:0.7.0.1
```

* ``cd`` into ``<ES directory>/plugins/opendistro_security/tools``
Expand Down
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=Provide access control related features for Elasticsearch 6
#
# 'version': plugin's version
version=0.7.0.0
version=0.7.0.1
#
# 'name': the plugin name
name=opendistro_security
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
<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</artifactId>
<packaging>jar</packaging>
<version>0.7.0.0</version>
<version>0.7.0.1</version>
<name>Open Distro Security for Elasticsearch</name>
<description>Provide access control related features for Elasticsearch 6</description>
<url>https://github.com/opendistro-for-elasticsearch/security</url>
Expand All @@ -54,8 +54,8 @@
</licenses>

<properties>
<opendistro_security_ssl.version>0.7.0.0</opendistro_security_ssl.version>
<opendistro_security_advanced_modules.version>0.7.0.0</opendistro_security_advanced_modules.version>
<opendistro_security_ssl.version>0.7.0.1</opendistro_security_ssl.version>
<opendistro_security_advanced_modules.version>0.7.0.1</opendistro_security_advanced_modules.version>
<elasticsearch.version>6.5.4</elasticsearch.version>

<!-- deps -->
Expand All @@ -78,7 +78,7 @@
<url>https://github.com/opendistro-for-elasticsearch/security</url>
<connection>scm:git:[email protected]:opendistro-for-elasticsearch/security.git</connection>
<developerConnection>scm:git:[email protected]:opendistro-for-elasticsearch/security.git</developerConnection>
<tag>0.7.0.0</tag>
<tag>0.7.0.1</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 75af4ce

Please sign in to comment.