File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
28
28
# common-utils
29
29
- name : Build and Test
30
30
run : |
31
- ./gradlew build -Dopensearch.version=1.2.2 -SNAPSHOT
31
+ ./gradlew build -Dopensearch.version=1.2.3 -SNAPSHOT
32
32
33
33
- name : Publish to Maven Local
34
34
run : |
35
- ./gradlew publishToMavenLocal -Dopensearch.version=1.2.2 -SNAPSHOT
35
+ ./gradlew publishToMavenLocal -Dopensearch.version=1.2.3 -SNAPSHOT
36
36
37
37
- name : Upload Coverage Report
38
38
uses : codecov/codecov-action@v1
Original file line number Diff line number Diff line change 12
12
buildscript {
13
13
ext {
14
14
opensearch_group = " org.opensearch"
15
- opensearch_version = System . getProperty(" opensearch.version" , " 1.2.2 -SNAPSHOT" )
15
+ opensearch_version = System . getProperty(" opensearch.version" , " 1.2.3 -SNAPSHOT" )
16
16
kotlin_version = System . getProperty(" kotlin.version" , " 1.4.32" )
17
17
}
18
18
You can’t perform that action at this time.
0 commit comments