Skip to content

Commit 1f9f098

Browse files
Remove beta1 qualifier (#5299)
Signed-off-by: Peter Zhu <[email protected]>
1 parent 72fb78d commit 1f9f098

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 3.0.0-beta1
6+
OPENSEARCH_VERSION: 3.0.0
77
PLUGIN_NAME: opensearch-security
88

99
jobs:

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
ext {
1919
opensearch_version = System.getProperty("opensearch.version", "3.0.0-SNAPSHOT")
2020
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
21-
buildVersionQualifier = System.getProperty("build.version_qualifier", "beta1")
21+
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
2222

2323
// 2.0.0-rc1-SNAPSHOT -> 2.0.0.0-rc1-SNAPSHOT
2424
version_tokens = opensearch_version.tokenize('-')

0 commit comments

Comments
 (0)