We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c4094 commit eea187aCopy full SHA for eea187a
2 files changed
.github/workflows/plugin_install.yml
@@ -3,7 +3,7 @@ name: Plugin Install
3
on: [push, pull_request, workflow_dispatch]
4
5
env:
6
- OPENSEARCH_VERSION: 2.9.0
+ OPENSEARCH_VERSION: 2.10.0
7
PLUGIN_NAME: opensearch-security
8
9
jobs:
build.gradle
@@ -14,7 +14,7 @@ import groovy.json.JsonBuilder
14
15
buildscript {
16
ext {
17
- opensearch_version = System.getProperty("opensearch.version", "2.9.0-SNAPSHOT")
+ opensearch_version = System.getProperty("opensearch.version", "2.10.0-SNAPSHOT")
18
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
19
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
20
0 commit comments