Skip to content

Commit 9233438

Browse files
authored
Version bump to 3.0.0-beta1 (#3684)
* bump version Signed-off-by: Mingshi Liu <[email protected]> * resolve dependency Signed-off-by: Mingshi Liu <[email protected]> --------- Signed-off-by: Mingshi Liu <[email protected]>
1 parent 71b5998 commit 9233438

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ buildscript {
1111
ext {
1212
opensearch_group = "org.opensearch"
1313
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
14-
opensearch_version = System.getProperty("opensearch.version", "3.0.0-alpha1-SNAPSHOT")
15-
buildVersionQualifier = System.getProperty("build.version_qualifier", "alpha1")
14+
opensearch_version = System.getProperty("opensearch.version", "3.0.0-beta1-SNAPSHOT")
15+
buildVersionQualifier = System.getProperty("build.version_qualifier", "beta1")
1616
asm_version = "9.7"
1717

1818
// 2.0.0-rc1-SNAPSHOT -> 2.0.0.0-rc1-SNAPSHOT

ml-algorithms/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ dependencies {
7373
implementation ('com.amazonaws:aws-encryption-sdk-java:2.4.1') {
7474
exclude group: 'org.bouncycastle', module: 'bcprov-ext-jdk18on'
7575
}
76-
implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1'
7776

7877
compileOnly group: 'software.amazon.awssdk', name: 'aws-core', version: "2.30.18"
7978
compileOnly group: 'software.amazon.awssdk', name: 's3', version: "2.30.18"

0 commit comments

Comments
 (0)