-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preparing for new minior version v0.7.0.1
- Loading branch information
1 parent
9ea6743
commit 75af4ce
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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 --> | ||
|
@@ -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> | ||
|