Skip to content

Commit

Permalink
Use Build.CURRENT directly for snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Nov 14, 2024
1 parent 7b24470 commit 42c6f65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ private String getOpenSearchUrl(
Locale.ROOT,
"https://artifacts.opensearch.org/snapshots/plugins/%s/%s",
pluginId,
version + "-SNAPSHOT"
Build.CURRENT.getQualifiedVersion()
);
} else {
baseUrl = String.format(
Expand Down

0 comments on commit 42c6f65

Please sign in to comment.