Skip to content

Commit

Permalink
Switch opensearch from 1.x to 1.1 (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Sruti Parthiban <[email protected]>
  • Loading branch information
sruti1312 authored Sep 24, 2021
1 parent 8891e13 commit e921d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
repository: 'opensearch-project/OpenSearch'
path: OpenSearch
ref: '1.x'
ref: '1.1'
- name: Build OpenSearch
working-directory: ./OpenSearch
run: ./gradlew publishToMavenLocal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Compatible with OpenSearch 1.1.0
* Fix snapshot build, upgrade to OpenSearch 1.1 ([#55](https://github.com/opensearch-project/performance-analyzer-rca/pull/55))
* Add workflow for gauntlet tests and fix spotbug errors ([#63](https://github.com/opensearch-project/performance-analyzer-rca/pull/63))
* Update version and add release notes for 1.1.0.0 release ([#68](https://github.com/opensearch-project/performance-analyzer/pull/68))
* Switch opensearch from 1.x to 1.1 ([#66](https://github.com/opensearch-project/performance-analyzer/pull/66))

### Documentation

Expand Down

0 comments on commit e921d57

Please sign in to comment.