Skip to content

Commit 41b8f57

Browse files
Increment version to 3.4.0-SNAPSHOT
Signed-off-by: opensearch-ci-bot <[email protected]>
1 parent b87b2dd commit 41b8f57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alerting/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ configurations {
126126
// This flag indicates the existence of security plugin
127127
def securityEnabled = System.getProperty("security", "false") == "true" || System.getProperty("https", "false") == "true"
128128

129-
// Always be minimumCompatibilityVersion of current opensearch version(3.3.0)
129+
// Always be minimumCompatibilityVersion of current opensearch version(3.4.0)
130130
// get latest 3.x version from OpenSearch
131131
static def fetchVersionProperties() {
132132
def url = 'https://raw.githubusercontent.com/opensearch-project/OpenSearch/refs/heads/3.2/buildSrc/version.properties'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
apply from: 'build-tools/repositories.gradle'
88

99
ext {
10-
opensearch_version = System.getProperty("opensearch.version", "3.3.0-SNAPSHOT")
10+
opensearch_version = System.getProperty("opensearch.version", "3.4.0-SNAPSHOT")
1111
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1212
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1313
// 3.0.0-SNAPSHOT -> 3.0.0.0-SNAPSHOT

0 commit comments

Comments
 (0)