Skip to content

Commit

Permalink
Update OpenSearch version to 3.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Aug 31, 2022
1 parent 5652058 commit da137a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ publishing {
pom {
name = pluginName
description = pluginDescription
groupId = "RenameGroup"
licenses {
license {
name = "The Apache License, Version 2.0"
Expand All @@ -44,6 +45,7 @@ publishing {
}
}
}

opensearchplugin {
name pluginName
description pluginDescription
Expand All @@ -60,7 +62,7 @@ validateNebulaPom.enabled = false

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "2.0.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "3.0.0-SNAPSHOT")
}

repositories {
Expand Down

0 comments on commit da137a3

Please sign in to comment.