Skip to content

Commit 7b6d8b2

Browse files
martin-gaievskiYeonghyeonKO
authored andcommitted
Going from alpha1 to beta1 for 3.0 release (opensearch-project#1245)
Signed-off-by: yeonghyeonKo <[email protected]>
1 parent f71ef4f commit 7b6d8b2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1818
- Remove validations for unmapped fields (text and image) in TextImageEmbeddingProcessor ([#1230](https://github.com/opensearch-project/neural-search/pull/1230))
1919

2020
### Infrastructure
21+
- [3.0] Update neural-search for OpenSearch 3.0 beta compatibility ([#1245](https://github.com/opensearch-project/neural-search/pull/1245))
2122

2223
### Documentation
2324

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import java.util.concurrent.Callable
1414

1515
buildscript {
1616
ext {
17-
opensearch_version = System.getProperty("opensearch.version", "3.0.0-alpha1-SNAPSHOT")
18-
buildVersionQualifier = System.getProperty("build.version_qualifier", "alpha1")
17+
opensearch_version = System.getProperty("opensearch.version", "3.0.0-beta1-SNAPSHOT")
18+
buildVersionQualifier = System.getProperty("build.version_qualifier", "beta1")
1919
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
2020
version_tokens = opensearch_version.tokenize('-')
2121
opensearch_build = version_tokens[0] + '.0'

0 commit comments

Comments
 (0)