Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored Oct 1, 2024
2 parents 63644bd + 8db0004 commit 241eee0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public String toString() {
}

public String getComparatorString() {
return this.getGroupId().getValue() + ":" + this.getArtifactId().getValue() + "@"
+ this.getVersion().getValue() + "-" + this.getChecksum();
return this.getGroupId().getValue() + "#" + this.getArtifactId().getValue() + "#"
+ this.getVersion().getValue() + "#" + this.getChecksum();
}
}

0 comments on commit 241eee0

Please sign in to comment.