gnodet commented on code in PR #1495: URL: https://github.com/apache/maven/pull/1495#discussion_r1587821649
########## maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java: ########## @@ -116,17 +116,6 @@ public Artifact setVersion(String version) { return new RelocatedArtifact(artifact, groupId, artifactId, classifier, extension, version, message); } - @Deprecated - @Override - public Artifact setFile(File file) { Review Comment: I've revert the removal of the two `setFile()` methods to be safe. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org