Skip to content

Commit

Permalink
Migrate master to OpenSearch v2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Nov 7, 2024
1 parent baf95e6 commit 461db64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/command-manager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.opensearch.gradle.test.RestIntegTestTask

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "2.16.0")
opensearch_version = System.getProperty("opensearch.version", "2.17.1-SNAPSHOT")
wazuh_version = System.getProperty("version", "5.0.0")
revision = System.getProperty("revision", "0")
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/setup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.opensearch.gradle.test.RestIntegTestTask

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "2.16.0")
opensearch_version = System.getProperty("opensearch.version", "2.17.1-SNAPSHOT")
wazuh_version = System.getProperty("version", "5.0.0")
revision = System.getProperty("revision", "0")
}
Expand Down

0 comments on commit 461db64

Please sign in to comment.