Skip to content

Commit

Permalink
Incremented version to 2.0-rc1. (#555)
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <dblock@amazon.com>
  • Loading branch information
dblock authored Apr 14, 2022
1 parent 27125c3 commit 8f3e661
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 @@ -6,7 +6,7 @@

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

repositories {
Expand Down Expand Up @@ -37,7 +37,7 @@ repositories {

ext {
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
buildVersionQualifier = System.getProperty("build.version_qualifier", "alpha1")
buildVersionQualifier = System.getProperty("build.version_qualifier", "rc1")
}

allprojects {
Expand Down

0 comments on commit 8f3e661

Please sign in to comment.