File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Plugin Install
3
3
on : [push, pull_request, workflow_dispatch]
4
4
5
5
env :
6
- OPENSEARCH_VERSION : 2.16.0
6
+ OPENSEARCH_VERSION : 2.16.1
7
7
PLUGIN_NAME : opensearch-security
8
8
9
9
jobs :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import groovy.json.JsonBuilder
16
16
17
17
buildscript {
18
18
ext {
19
- opensearch_version = System . getProperty(" opensearch.version" , " 2.16.0 -SNAPSHOT" )
19
+ opensearch_version = System . getProperty(" opensearch.version" , " 2.16.1 -SNAPSHOT" )
20
20
isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
21
21
buildVersionQualifier = System . getProperty(" build.version_qualifier" , " " )
22
22
Original file line number Diff line number Diff line change 44
44
45
45
buildscript {
46
46
ext {
47
- opensearch_version = System . getProperty(" opensearch.version" , " 2.16.0 -SNAPSHOT" )
47
+ opensearch_version = System . getProperty(" opensearch.version" , " 2.16.1 -SNAPSHOT" )
48
48
opensearch_group = " org.opensearch"
49
49
common_utils_version = System . getProperty(" common_utils.version" , ' 2.9.0.0-SNAPSHOT' )
50
50
jackson_version = System . getProperty(" jackson_version" , " 2.15.2" )
@@ -83,7 +83,7 @@ testingConventions.enabled = false
83
83
validateNebulaPom. enabled = false
84
84
85
85
String previousVersion = System . getProperty(" bwc.version.previous" , " 2.10.0.0" )
86
- String nextVersion = System . getProperty(" bwc.version.next" , " 2.16.0 .0" )
86
+ String nextVersion = System . getProperty(" bwc.version.next" , " 2.16.1 .0" )
87
87
88
88
String bwcVersion = previousVersion
89
89
String baseName = " securityBwcCluster"
You can’t perform that action at this time.
0 commit comments