Skip to content

Commit 8830bad

Browse files
authored
Bumps version to 1.2.1 (#222)
* Bumps version to 1.2.1 Signed-off-by: Robert Downs <[email protected]> * adds job scheduler snapshot Signed-off-by: Robert Downs <[email protected]>
1 parent 79f4a05 commit 8830bad

5 files changed

+3
-3
lines changed

.github/workflows/multi-node-test-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout Branch
2525
uses: actions/checkout@v2
2626
- name: Run integration tests with multi node config
27-
run: ./gradlew integTest -PnumNodes=3 -Dopensearch.version=1.2.0-SNAPSHOT
27+
run: ./gradlew integTest -PnumNodes=3 -Dopensearch.version=1.2.1-SNAPSHOT
2828
- name: Upload failed logs
2929
uses: actions/upload-artifact@v2
3030
if: failure()

.github/workflows/test-and-build-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout Branch
2525
uses: actions/checkout@v2
2626
- name: Build with Gradle
27-
run: ./gradlew build -Dopensearch.version=1.2.0-SNAPSHOT
27+
run: ./gradlew build -Dopensearch.version=1.2.1-SNAPSHOT
2828
- name: Upload failed logs
2929
uses: actions/upload-artifact@v2
3030
if: failure()

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import java.util.function.Predicate
3131

3232
buildscript {
3333
ext {
34-
opensearch_version = System.getProperty("opensearch.version", "1.2.0-SNAPSHOT")
34+
opensearch_version = System.getProperty("opensearch.version", "1.2.1-SNAPSHOT")
3535
// 1.1.0 -> 1.1.0.0, and 1.1.0-SNAPSHOT -> 1.1.0.0-SNAPSHOT
3636
opensearch_build = opensearch_version.replaceAll(/(\.\d)([^\d]*)$/, '$1.0$2')
3737
notification_version = System.getProperty("notification.version", opensearch_build)
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)