Skip to content

Commit e36b800

Browse files
[AUTO] Increment version to 2.16.1-SNAPSHOT (#4629)
Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
1 parent 3076016 commit e36b800

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/plugin_install.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Plugin Install
33
on: [push, pull_request, workflow_dispatch]
44

55
env:
6-
OPENSEARCH_VERSION: 2.16.0
6+
OPENSEARCH_VERSION: 2.16.1
77
PLUGIN_NAME: opensearch-security
88

99
jobs:

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import groovy.json.JsonBuilder
1616

1717
buildscript {
1818
ext {
19-
opensearch_version = System.getProperty("opensearch.version", "2.16.0-SNAPSHOT")
19+
opensearch_version = System.getProperty("opensearch.version", "2.16.1-SNAPSHOT")
2020
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
2121
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
2222

bwc-test/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ext {
4444

4545
buildscript {
4646
ext {
47-
opensearch_version = System.getProperty("opensearch.version", "2.16.0-SNAPSHOT")
47+
opensearch_version = System.getProperty("opensearch.version", "2.16.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
8383
validateNebulaPom.enabled = false
8484

8585
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")
8787

8888
String bwcVersion = previousVersion
8989
String baseName = "securityBwcCluster"

0 commit comments

Comments
 (0)