Skip to content

Commit 4a5ca79

Browse files
authored
Incremented version to 1.2.3. (#229)
* Incremented version to 1.2.3. Signed-off-by: dblock <[email protected]> * Updated job-scheduler to 1.2.3. Signed-off-by: dblock <[email protected]>
1 parent d106d34 commit 4a5ca79

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.2-SNAPSHOT
27+
run: ./gradlew integTest -PnumNodes=3 -Dopensearch.version=1.2.3-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.2-SNAPSHOT
27+
run: ./gradlew build -Dopensearch.version=1.2.3-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.2-SNAPSHOT")
34+
opensearch_version = System.getProperty("opensearch.version", "1.2.3-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)