File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
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.19.0
6+ OPENSEARCH_VERSION : 2.19.1
77 PLUGIN_NAME : opensearch-security
88
99jobs :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import groovy.json.JsonBuilder
1616
1717buildscript {
1818 ext {
19- opensearch_version = System . getProperty(" opensearch.version" , " 2.19.0 -SNAPSHOT" )
19+ opensearch_version = System . getProperty(" opensearch.version" , " 2.19.1 -SNAPSHOT" )
2020 isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
2121 buildVersionQualifier = System . getProperty(" build.version_qualifier" , " " )
2222
Original file line number Diff line number Diff line change 4444
4545buildscript {
4646 ext {
47- opensearch_version = System . getProperty(" opensearch.version" , " 2.19.0 -SNAPSHOT" )
47+ opensearch_version = System . getProperty(" opensearch.version" , " 2.19.1 -SNAPSHOT" )
4848 opensearch_group = " org.opensearch"
4949 common_utils_version = System . getProperty(" common_utils.version" , ' 2.9.0.0-SNAPSHOT' )
5050 jackson_version = System . getProperty(" jackson_version" , " 2.15.2" )
@@ -83,7 +83,7 @@ testingConventions.enabled = false
8383validateNebulaPom. enabled = false
8484
8585String previousVersion = System . getProperty(" bwc.version.previous" , " 2.10.0.0" )
86- String nextVersion = System . getProperty(" bwc.version.next" , " 2.19.0 .0" )
86+ String nextVersion = System . getProperty(" bwc.version.next" , " 2.19.1 .0" )
8787
8888String bwcVersion = previousVersion
8989String baseName = " securityBwcCluster"
You can’t perform that action at this time.
0 commit comments