Skip to content

Commit 5e3577e

Browse files
junweid62Junwei Dai
andauthored
Increment version to 3.0.0.0-beta1 (#1444)
* Increment version to 3.0.0.0-beta1 Signed-off-by: Junwei Dai <junweid@amazon.com> * add release note Signed-off-by: Junwei Dai <junweid@amazon.com> --------- Signed-off-by: Junwei Dai <junweid@amazon.com> Co-authored-by: Junwei Dai <junweid@amazon.com>
1 parent b7af712 commit 5e3577e

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
@@ -12,6 +12,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
1212
- Adding dual cluster arg to gradle run ([#1441](https://github.com/opensearch-project/anomaly-detection/pull/1441))
1313
### Documentation
1414
### Maintenance
15+
- Increment version to 3.0.0.0-beta1 ([#1444](https://github.com/opensearch-project/anomaly-detection/pull/1444))
1516
### Refactoring
1617

1718
## [Unreleased 2.x](https://github.com/opensearch-project/anomaly-detection/compare/2.19...2.x)

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ buildscript {
3737
ext {
3838
opensearch_group = "org.opensearch"
3939
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
40-
opensearch_version = System.getProperty("opensearch.version", "3.0.0-alpha1-SNAPSHOT")
41-
buildVersionQualifier = System.getProperty("build.version_qualifier", "alpha1")
40+
opensearch_version = System.getProperty("opensearch.version", "3.0.0-beta1-SNAPSHOT")
41+
buildVersionQualifier = System.getProperty("build.version_qualifier", "beta1")
4242
// 3.0.0-SNAPSHOT -> 3.0.0.0-SNAPSHOT
4343
version_tokens = opensearch_version.tokenize('-')
4444
opensearch_build = version_tokens[0] + '.0'

0 commit comments

Comments
 (0)