Skip to content

Commit

Permalink
Sets 2.x version to 2.11 (opensearch-project#37)
Browse files Browse the repository at this point in the history
* setting 2.x against latest 2.x verison (2.11)

Signed-off-by: Joshua Palis <[email protected]>

* Fixing CI

Signed-off-by: Joshua Palis <[email protected]>

---------

Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis authored and dbwiddis committed Dec 18, 2023
1 parent 0f23dff commit 30bb9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ validateNebulaPom.enabled = false

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "3.0.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "2.11.0-SNAPSHOT")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
version_tokens = opensearch_version.tokenize('-')
Expand Down

0 comments on commit 30bb9be

Please sign in to comment.