Skip to content

Commit fcaf98f

Browse files
Use correct nxtVersionShort during integTest when pulling min (#786)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 918b033 commit fcaf98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ When testing between major versions note that ONLY the latest minor release of t
279279

280280
String bwcVersion = "2.20.0.0"
281281
String bwcVersionShort = bwcVersion.replaceAll(/\.0+$/, "")
282-
String nxtVersionShort = opensearch_version.replaceAll("-SNAPSHOT", "")
282+
String nxtVersionShort = opensearch_version
283283

284284
String baseName = "asynSearchCluster"
285285
String bwcFilePath = "src/test/resources/org/opensearch/search/asynchronous/bwc/"

0 commit comments

Comments
 (0)