Skip to content

Commit

Permalink
Move to version 2.0.0.0 (#1695)
Browse files Browse the repository at this point in the history
Keeping the default OpenSearch build version to 1.3.0 until we have
resolved the breaking changes from core.

Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied authored Mar 22, 2022
1 parent fa9cd5b commit 2e1da49
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 @@ -125,7 +125,7 @@ dependencies {
}

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

Expand Down

0 comments on commit 2e1da49

Please sign in to comment.