@@ -14,8 +14,8 @@ import java.util.concurrent.Callable
14
14
15
15
buildscript {
16
16
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 " )
19
19
isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
20
20
version_tokens = opensearch_version. tokenize(' -' )
21
21
opensearch_build = version_tokens[0 ] + ' .0'
@@ -250,14 +250,14 @@ def knnJarDirectory = "$buildDir/dependencies/opensearch-knn"
250
250
251
251
dependencies {
252
252
api " org.opensearch:opensearch:${ opensearch_version} "
253
- zipArchive group : ' org.opensearch.plugin' , name :' opensearch-job-scheduler' , version : " ${ opensearch_build } "
254
- zipArchive group : ' org.opensearch.plugin' , name :' opensearch-knn' , version : " ${ opensearch_build } "
255
- zipArchive group : ' org.opensearch.plugin' , name :' opensearch-ml-plugin' , version : " ${ opensearch_build } "
256
- secureIntegTestPluginArchive group : ' org.opensearch.plugin' , name :' opensearch-security' , version : " ${ opensearch_build } "
257
- compileOnly fileTree(dir : knnJarDirectory, include : [" opensearch-knn-${ opensearch_build } . jar" , " remote-index-build-client-${ opensearch_build } .jar" ])
253
+ zipArchive group : ' org.opensearch.plugin' , name :' opensearch-job-scheduler' , version : " 3.0.0.0-alpha1-SNAPSHOT "
254
+ zipArchive group : ' org.opensearch.plugin' , name :' opensearch-knn' , version : " 3.0.0.0-alpha1-SNAPSHOT "
255
+ zipArchive group : ' org.opensearch.plugin' , name :' opensearch-ml-plugin' , version : " 3.0.0.0-alpha1-SNAPSHOT "
256
+ secureIntegTestPluginArchive group : ' org.opensearch.plugin' , name :' opensearch-security' , version : " 3.0.0.0-alpha1-SNAPSHOT "
257
+ compileOnly fileTree(dir : knnJarDirectory, include : [" opensearch-knn-3.0.0.0-alpha1-SNAPSHOT. jar" , " remote-index-build-client-3.0.0.0-alpha1-SNAPSHOT .jar" ])
258
258
compileOnly group : ' com.google.guava' , name : ' guava' , version :' 32.1.3-jre'
259
259
compileOnly group : ' commons-lang' , name : ' commons-lang' , version : ' 2.6'
260
- api group : ' org.opensearch' , name :' opensearch-ml-client' , version : " ${ opensearch_build } "
260
+ api group : ' org.opensearch' , name :' opensearch-ml-client' , version : " 3.0.0.0-alpha1-SNAPSHOT "
261
261
testFixturesImplementation " org.opensearch.test:framework:${ opensearch_version} "
262
262
implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.14.0'
263
263
implementation group : ' org.apache.commons' , name : ' commons-math3' , version : ' 3.6.1'
@@ -283,8 +283,8 @@ dependencies {
283
283
testFixturesImplementation " org.opensearch:common-utils:${ version} "
284
284
testFixturesImplementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.14.0'
285
285
testFixturesCompileOnly group : ' com.google.guava' , name : ' guava' , version :' 32.1.3-jre'
286
- testFixturesImplementation fileTree(dir : knnJarDirectory, include : [" opensearch-knn-${ opensearch_build } .jar " , " remote-index-build-client-${ opensearch_build } .jar" ])
287
- testImplementation fileTree(dir : knnJarDirectory, include : [" opensearch-knn-${ opensearch_build } . jar" , " remote-index-build-client-${ opensearch_build } .jar" ])
286
+ testFixturesImplementation fileTree(dir : knnJarDirectory, include : [" opensearch-knn-3.0.0.0-alpha1-SNAPSHOT " , " remote-index-build-client-3.0.0.0-alpha1-SNAPSHOT .jar" ])
287
+ testImplementation fileTree(dir : knnJarDirectory, include : [" opensearch-knn-3.0.0.0-alpha1-SNAPSHOT. jar" , " remote-index-build-client-3.0.0.0-alpha1-SNAPSHOT .jar" ])
288
288
}
289
289
290
290
// In order to add the jar to the classpath, we need to unzip the
0 commit comments