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

Commit

Permalink
Merge pull request #14 from tclin1023/ticheng-opendistro-1.2
Browse files Browse the repository at this point in the history
Support for ES 7.2.0
  • Loading branch information
ticheng-aws authored Aug 23, 2019
2 parents 0c3455d + 3b233b9 commit 9247352
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
buildDir = 'gradle-build'

ext {
opendistroVersion = '1.1.0'
opendistroVersion = '1.2.0'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
}

Expand Down Expand Up @@ -39,7 +39,7 @@ ospackage {
fileMode 0644
dirMode 0755

requires('elasticsearch-oss', "7.1.1", EQUAL)
requires('elasticsearch-oss', "7.2.0", EQUAL)
packager = 'Amazon'
vendor = 'Amazon'
os = 'LINUX'
Expand Down
6 changes: 5 additions & 1 deletion opendistro-elasticsearch-security-parent.release-notes
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 2019-06-21, Version 1.1.0.0 (Current)
## 2019-08-07, Version 1.2.0.0 (Current)

-Support For Elasticsearch 7.2

## 2019-06-21, Version 1.1.0.0

- Support For Elasticsearch 7.1

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<groupId>com.amazon.opendistroforelasticsearch</groupId>
<artifactId>opendistro_security_parent</artifactId>
<version>1.1.0.0</version>
<version>1.2.0.0</version>
<packaging>pom</packaging>

<name>Open Distro For Elasticsearch Security Parent</name>
Expand Down Expand Up @@ -409,6 +409,6 @@
<url>https://github.com/opendistro-for-elasticsearch/security-parent</url>
<connection>scm:git:[email protected]:opendistro-for-elasticsearch/security-parent.git</connection>
<developerConnection>scm:git:[email protected]:opendistro-for-elasticsearch/security-parent.git</developerConnection>
<tag>v1.1.0.0</tag>
<tag>v1.2.0.0</tag>
</scm>
</project>

0 comments on commit 9247352

Please sign in to comment.