Skip to content

Commit

Permalink
one character caused all my issues and i hate them for it
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Sep 7, 2024
1 parent 025f821 commit 74325cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ private void resolveSnapshotVersion(MavenArtifactDeclaration declaration) {
log.warn("Snapshot version {} in {} @ {}", snapshotVersion, path, repository);
if (snapshotVersion != null) {
declaration.setSnapshot(true);
declaration.setSnapshotVersion(declaration.getVersion().replace("-SNAPSHOT", snapshotVersion));
declaration.setSnapshotVersion(declaration.getVersion().replace("SNAPSHOT", snapshotVersion));

return;
}
Expand Down

0 comments on commit 74325cb

Please sign in to comment.