mirror of
https://github.com/apache/maven.git
synced 2025-02-10 12:05:52 +00:00
* Rename ArtifactCoordinate.getVersion() as getVersionConstraint(). * Introduce DownloadedArtifact, DownloadedDependency and ProducedArtifact. * Rename coordinate -> coordinates. * Add documentation on Artifact, ArtifactCoordinates, Dependency and DependencyCoordinates and other classes. * Remove `LATEST` and `SNAPSHOT` from documentation since they are deprecated. * Opportunistic addition of some missing `@Override` annotations. --------- Co-authored-by: Martin Desruisseaux <martin.desruisseaux@geomatys.com>