Vaibhavi410 commented on code in PR #11690:
URL: https://github.com/apache/maven/pull/11690#discussion_r2751475270


##########
compat/maven-artifact/src/main/java/org/apache/maven/artifact/Artifact.java:
##########
@@ -32,14 +32,20 @@
 import org.apache.maven.artifact.versioning.VersionRange;
 
 /**
- * Maven Artifact interface. Notice that it mixes artifact definition concepts 
(groupId, artifactId, version)
+ * Maven Artifact interface. Notice that it mixes artifact definition concepts
+ * (groupId, artifactId, version)
  * with dependency information (version range, scope).
  */
 public interface Artifact extends Comparable<Artifact> {
-
+    /**
+     * @deprecated Use {@link #VERSION} instead.

Review Comment:
   Fixed 👍
   Updated the deprecated Javadoc to remove the invalid VERSION reference and 
clarify using an explicit version string instead.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to