Skip to content

Commit

Permalink
Merge pull request #8 from opensearch-project/partsrut-release
Browse files Browse the repository at this point in the history
Build against opensearch 1.0.0-beta1
  • Loading branch information
sruti1312 authored Apr 27, 2021
2 parents 2ccaa68 + 5b3b7bf commit 12e92a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
with:
repository: 'opensearch-project/OpenSearch'
path: OpenSearch
ref: '1.0.0-alpha1'
ref: '1.0.0-beta1'
- name: Build OpenSearch
working-directory: ./OpenSearch
run: ./gradlew publishToMavenLocal -Dbuild.version_qualifier=alpha1 -Dbuild.snapshot=false
run: ./gradlew publishToMavenLocal -Dbuild.version_qualifier=beta1 -Dbuild.snapshot=false
- name: Build PA gradle using the new RCA jar
working-directory: ./tmp/pa
run: rm -f licenses/performanceanalyzer-rca-1.0.0.0-beta1.jar.sha1
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
buildscript {

ext {
opensearch_version = System.getProperty("opensearch.version", "1.0.0-alpha1")
opensearch_version = System.getProperty("opensearch.version", "1.0.0-beta1")
}
// This isn't applying from repositories.gradle so repeating it here
repositories {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2021-04-26 Version 1.0.0.0-beta1 Release Notes

Compatible with OpenSearch 1.0.0-alpha1
Compatible with OpenSearch 1.0.0-beta1

### Infrastructure

Expand Down

0 comments on commit 12e92a7

Please sign in to comment.