Skip to content

Commit

Permalink
bump bwc version on main to 2.18.0.0 (#622)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <[email protected]>
  • Loading branch information
mch2 authored Sep 10, 2024
1 parent 14ffee9 commit bda7881
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 @@ -264,10 +264,10 @@ Boolean bwcBundleTest = (project.findProperty('customDistributionDownloadType')
project.properties['customDistributionDownloadType'] == "bundle");

/*
When testing between major versions note that ONLY the latest minor release of the previous version is api compatible.
When testing between major versions note that ONLY the latest minor release of the previous version is api compatible.
*/

String bwcVersion = "2.17.0.0"
String bwcVersion = "2.18.0.0"
String bwcVersionShort = bwcVersion.replaceAll(/\.0+$/, "")
String nxtVersionShort = opensearch_version.replaceAll(/\.0+$/, "").replaceAll("-SNAPSHOT", "")

Expand Down

0 comments on commit bda7881

Please sign in to comment.