Skip to content

Commit 6436c15

Browse files
authored
Switch opensearch from 1.x to 1.1 (#1445)
1 parent 69a2b6e commit 6436c15

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CD
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- '*'
77

88
jobs:
99
build:
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
repository: 'opensearch-project/OpenSearch'
3333
path: OpenSearch
34-
ref: '1.x'
34+
ref: '1.1'
3535

3636
- name: Build OpenSearch
3737
working-directory: ./OpenSearch

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
repository: 'opensearch-project/OpenSearch'
4343
path: OpenSearch
44-
ref: '1.x'
44+
ref: '1.1'
4545

4646
- name: Build OpenSearch
4747
working-directory: ./OpenSearch

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<url>https://github.com/opensearch-project/security</url>
104104
<connection>scm:git:git@github.com:opensearch-project/security.git</connection>
105105
<developerConnection>scm:git:git@github.com:opensearch-project/security.git</developerConnection>
106-
<tag>1.0.1.0</tag>
106+
<tag>1.1.0.0</tag>
107107
</scm>
108108

109109
<issueManagement>

release-notes/opensearch-security.release-notes-1.1.0.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Compatible with OpenSearch 1.1.0
1717
* Remove alerting and ism indices from protected indices usage in sample configuration ([#1416](https://github.com/opensearch-project/security/pull/1416))
1818
* Build against OpenSearch 1.1.0-SNAPSHOT. ([#1430](https://github.com/opensearch-project/security/pull/1430))
1919
* Create release notes 1.1.0.0 ([#1440](https://github.com/opensearch-project/security/pull/1440))
20+
* Switch opensearch from 1.x to 1.1 ([#1445](https://github.com/opensearch-project/security/pull/1445))

0 commit comments

Comments
 (0)