You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/05/26 18:56:15 UTC

[maven-artifact-transfer] 01/01: [MNGSITE-393] drop Maven 2

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit 299382329444c8eaef63d9c549a7b10b74394a43
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Tue May 26 14:56:08 2020 -0400

    [MNGSITE-393] drop Maven 2
---
 .../maven/shared/transfer/dependencies/DependableCoordinate.java    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/maven/shared/transfer/dependencies/DependableCoordinate.java b/src/main/java/org/apache/maven/shared/transfer/dependencies/DependableCoordinate.java
index e8b7285..5182b3d 100644
--- a/src/main/java/org/apache/maven/shared/transfer/dependencies/DependableCoordinate.java
+++ b/src/main/java/org/apache/maven/shared/transfer/dependencies/DependableCoordinate.java
@@ -22,7 +22,7 @@ package org.apache.maven.shared.transfer.dependencies;
 /**
  * <p>
  * Represents any instance which may contain Maven Dependencies, both explicit or implicit to (transitively) resolve 
- * and calculate its path for either a local or remote Maven2 repository.
+ * and calculate its path for either a local or remote Maven repository.
  * </p>
  * <p>
  * The version can be a version range. Based on the groupId and artifactId it will be resolved to the actual version.
@@ -31,7 +31,7 @@ package org.apache.maven.shared.transfer.dependencies;
  * The type will be translated to an extension based on the artifact descriptor ({@code pom.xml} matching the groupId,
  * artifactId and version.
  * </p>
- * A MavenProject is not considered a DependableCoordinate because is should never have a versionRange, and it has 
+ * A MavenProject is not considered a DependableCoordinate because it should never have a versionRange, and it has 
  * packaging instead of type.
  * 
  * @author Robert Scholte
@@ -67,4 +67,4 @@ public interface DependableCoordinate
      * @return the classifier or {@code null}
      */
     String getClassifier();
-}
\ No newline at end of file
+}