Skip to content

Commit

Permalink
Switch opensearch from 1.x to 1.1 (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
cliu123 authored Sep 14, 2021
1 parent 69a2b6e commit 6436c15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CD
on:
push:
tags:
- 'v*'
- '*'

jobs:
build:
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
with:
repository: 'opensearch-project/OpenSearch'
path: OpenSearch
ref: '1.x'
ref: '1.1'

- name: Build OpenSearch
working-directory: ./OpenSearch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
repository: 'opensearch-project/OpenSearch'
path: OpenSearch
ref: '1.x'
ref: '1.1'

- name: Build OpenSearch
working-directory: ./OpenSearch
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<url>https://github.com/opensearch-project/security</url>
<connection>scm:git:[email protected]:opensearch-project/security.git</connection>
<developerConnection>scm:git:[email protected]:opensearch-project/security.git</developerConnection>
<tag>1.0.1.0</tag>
<tag>1.1.0.0</tag>
</scm>

<issueManagement>
Expand Down
1 change: 1 addition & 0 deletions release-notes/opensearch-security.release-notes-1.1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ Compatible with OpenSearch 1.1.0
* Remove alerting and ism indices from protected indices usage in sample configuration ([#1416](https://github.com/opensearch-project/security/pull/1416))
* Build against OpenSearch 1.1.0-SNAPSHOT. ([#1430](https://github.com/opensearch-project/security/pull/1430))
* Create release notes 1.1.0.0 ([#1440](https://github.com/opensearch-project/security/pull/1440))
* Switch opensearch from 1.x to 1.1 ([#1445](https://github.com/opensearch-project/security/pull/1445))

0 comments on commit 6436c15

Please sign in to comment.