Skip to content

Commit

Permalink
[AUTO] Increment version to 1.3.17-SNAPSHOT (#2355)
Browse files Browse the repository at this point in the history
* Increment version to 1.3.17-SNAPSHOT

Signed-off-by: opensearch-ci-bot <[email protected]>

* empty commit message

Signed-off-by: Dhrubo Saha <[email protected]>

---------

Signed-off-by: opensearch-ci-bot <[email protected]>
Signed-off-by: Dhrubo Saha <[email protected]>
Co-authored-by: opensearch-ci-bot <[email protected]>
Co-authored-by: Dhrubo Saha <[email protected]>
  • Loading branch information
3 people authored May 28, 2024
1 parent 2412645 commit 12b26e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
run: |
plugin=`ls plugin/build/distributions/*.zip`
echo MLCommons plugin $plugin
version=1.3.16
plugin_version=1.3.16.0-SNAPSHOT
version=1.3.17
plugin_version=1.3.17.0-SNAPSHOT
echo Using OpenSearch $version with MLCommons $plugin_version
cd ..
if docker pull opensearchstaging/opensearch:$version
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {

ext {
opensearch_group = "org.opensearch"
opensearch_version = System.getProperty("opensearch.version", "1.3.16-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.3.17-SNAPSHOT")
// 1.3.0 -> 1.3.0.0, and 1.3.0-SNAPSHOT -> 1.3.0.0-SNAPSHOT
opensearch_build = opensearch_version.replaceAll(/(\.\d+)([^\d]*)$/, '$1.0$2')
common_utils_version = System.getProperty("common_utils.version", opensearch_build)
Expand Down

0 comments on commit 12b26e1

Please sign in to comment.