File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Plugin Install
33on : [push, pull_request, workflow_dispatch]
44
55env :
6- OPENSEARCH_VERSION : 2.8 .0
6+ OPENSEARCH_VERSION : 2.9 .0
77 PLUGIN_NAME : opensearch-security
88
99jobs :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import org.opensearch.gradle.test.RestIntegTestTask
1313
1414buildscript {
1515 ext {
16- opensearch_version = System . getProperty(" opensearch.version" , " 2.8 .0-SNAPSHOT" )
16+ opensearch_version = System . getProperty(" opensearch.version" , " 2.9 .0-SNAPSHOT" )
1717 isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
1818 buildVersionQualifier = System . getProperty(" build.version_qualifier" , " " )
1919
Original file line number Diff line number Diff line change 4747
4848buildscript {
4949 ext {
50- opensearch_version = System . getProperty(" opensearch.version" , " 2.8 .0-SNAPSHOT" )
50+ opensearch_version = System . getProperty(" opensearch.version" , " 2.9 .0-SNAPSHOT" )
5151 opensearch_group = " org.opensearch"
5252 }
5353 repositories {
@@ -76,13 +76,13 @@ dependencies {
7676String bwcVersion = " 2.6.0.0" ;
7777String baseName = " securityBwcCluster"
7878String bwcFilePath = " src/test/resources/"
79- String projectVersion = " 2.8 .0.0"
79+ String projectVersion = " 2.9 .0.0"
8080
81812. times {i ->
8282 testClusters {
8383 " ${ baseName} $i " {
8484 testDistribution = " ARCHIVE"
85- versions = [" 2.6.0" ," 2.8 .0" ]
85+ versions = [" 2.6.0" ," 2.9 .0" ]
8686 numberOfNodes = 3
8787 plugin(provider(new Callable<RegularFile > () {
8888 @Override
You can’t perform that action at this time.
0 commit comments