[MNGSITE-393] drop Maven 2
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 @@
 /**

  * <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 @@
  * 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 @@
      * @return the classifier or {@code null}

      */

     String getClassifier();

-}
\ No newline at end of file
+}