Commit 12b26e1 1 parent 2412645 commit 12b26e1 Copy full SHA for 12b26e1
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 39
39
run : |
40
40
plugin=`ls plugin/build/distributions/*.zip`
41
41
echo MLCommons plugin $plugin
42
- version=1.3.16
43
- plugin_version=1.3.16 .0-SNAPSHOT
42
+ version=1.3.17
43
+ plugin_version=1.3.17 .0-SNAPSHOT
44
44
echo Using OpenSearch $version with MLCommons $plugin_version
45
45
cd ..
46
46
if docker pull opensearchstaging/opensearch:$version
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
9
9
ext {
10
10
opensearch_group = " org.opensearch"
11
- opensearch_version = System . getProperty(" opensearch.version" , " 1.3.16 -SNAPSHOT" )
11
+ opensearch_version = System . getProperty(" opensearch.version" , " 1.3.17 -SNAPSHOT" )
12
12
// 1.3.0 -> 1.3.0.0, and 1.3.0-SNAPSHOT -> 1.3.0.0-SNAPSHOT
13
13
opensearch_build = opensearch_version. replaceAll(/ (\.\d +)([^\d ]*)$/ , ' $1.0$2' )
14
14
common_utils_version = System . getProperty(" common_utils.version" , opensearch_build)
You can’t perform that action at this time.
0 commit comments