Skip to content

Commit

Permalink
Bump version to 1.2.2 (#225)
Browse files Browse the repository at this point in the history
* Bump version to 1.2.2

Signed-off-by: Annie Lee <leeyun@amazon.com>

* Update job scheduler artifact

Signed-off-by: Annie Lee <leeyun@dev-dsk-leeyun-2a-4df9ab05.us-west-2.amazon.com>

Co-authored-by: Annie Lee <leeyun@dev-dsk-leeyun-2a-4df9ab05.us-west-2.amazon.com>
  • Loading branch information
annie3431 and Annie Lee authored Dec 15, 2021
1 parent 8830bad commit d106d34
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/multi-node-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout Branch
uses: actions/checkout@v2
- name: Run integration tests with multi node config
run: ./gradlew integTest -PnumNodes=3 -Dopensearch.version=1.2.1-SNAPSHOT
run: ./gradlew integTest -PnumNodes=3 -Dopensearch.version=1.2.2-SNAPSHOT
- name: Upload failed logs
uses: actions/upload-artifact@v2
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout Branch
uses: actions/checkout@v2
- name: Build with Gradle
run: ./gradlew build -Dopensearch.version=1.2.1-SNAPSHOT
run: ./gradlew build -Dopensearch.version=1.2.2-SNAPSHOT
- name: Upload failed logs
uses: actions/upload-artifact@v2
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import java.util.function.Predicate

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "1.2.1-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.2.2-SNAPSHOT")
// 1.1.0 -> 1.1.0.0, and 1.1.0-SNAPSHOT -> 1.1.0.0-SNAPSHOT
opensearch_build = opensearch_version.replaceAll(/(\.\d)([^\d]*)$/, '$1.0$2')
notification_version = System.getProperty("notification.version", opensearch_build)
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit d106d34

Please sign in to comment.