Skip to content

Commit

Permalink
Bump plugin version to 1.3.1.0 and OpenSearch dependency version to 1…
Browse files Browse the repository at this point in the history
….3.1 (#1697)

Signed-off-by: cliu123 <[email protected]>
  • Loading branch information
cliu123 authored Mar 22, 2022
1 parent 9d44ff4 commit 09b3b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ repositories {
}

ext {
opensearch_version = System.getProperty("opensearch.version", "1.3.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.3.1-SNAPSHOT")
}

configurations.all {
Expand Down Expand Up @@ -125,7 +125,7 @@ dependencies {
}

ext {
securityPluginVersion = '1.3.0.0'
securityPluginVersion = '1.3.1.0'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
}

Expand Down

0 comments on commit 09b3b54

Please sign in to comment.