Skip to content

Commit eea187a

Browse files
committed
Move 2.x to OpenSearch 2.10.0-SNAPSHOT
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent f9c4094 commit eea187a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/plugin_install.yml

Lines changed: 1 addition & 1 deletion
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.9.0
6+
OPENSEARCH_VERSION: 2.10.0
77
PLUGIN_NAME: opensearch-security
88

99
jobs:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import groovy.json.JsonBuilder
1414

1515
buildscript {
1616
ext {
17-
opensearch_version = System.getProperty("opensearch.version", "2.9.0-SNAPSHOT")
17+
opensearch_version = System.getProperty("opensearch.version", "2.10.0-SNAPSHOT")
1818
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1919
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
2020

0 commit comments

Comments
 (0)