Repository: maven
Updated Branches:
  refs/heads/master a2d2bbb86 -> 625d7b062


o Updated to correct invalid Javadoc tag (s/@deprecation/@deprecated/g).


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/625d7b06
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/625d7b06
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/625d7b06

Branch: refs/heads/master
Commit: 625d7b062eefb81a6c465487da38a7377de3b7b5
Parents: a2d2bbb
Author: Christian Schulte <[email protected]>
Authored: Wed Sep 14 15:45:56 2016 +0200
Committer: Christian Schulte <[email protected]>
Committed: Wed Sep 14 15:45:56 2016 +0200

----------------------------------------------------------------------
 .../java/org/apache/maven/bridge/MavenRepositorySystem.java    | 2 +-
 .../java/org/apache/maven/repository/RepositorySystem.java     | 6 +++---
 .../java/org/apache/maven/repository/TestRepositorySystem.java | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/625d7b06/maven-core/src/main/java/org/apache/maven/bridge/MavenRepositorySystem.java
----------------------------------------------------------------------
diff --git 
a/maven-core/src/main/java/org/apache/maven/bridge/MavenRepositorySystem.java 
b/maven-core/src/main/java/org/apache/maven/bridge/MavenRepositorySystem.java
index 428ade0..ee77e76 100644
--- 
a/maven-core/src/main/java/org/apache/maven/bridge/MavenRepositorySystem.java
+++ 
b/maven-core/src/main/java/org/apache/maven/bridge/MavenRepositorySystem.java
@@ -569,7 +569,7 @@ public class MavenRepositorySystem
     // Code taken from LegacyRepositorySystem
     //
     /**
-     * @deprecation As of 3.4, Maven no longer falls back to a hard-coded 
default repository with identifier
+     * @deprecated As of 3.4, Maven no longer falls back to a hard-coded 
default repository with identifier
      * {@code central} if such a repository is not provided in the settings or 
the POM.
      */
     @Deprecated

http://git-wip-us.apache.org/repos/asf/maven/blob/625d7b06/maven-core/src/main/java/org/apache/maven/repository/RepositorySystem.java
----------------------------------------------------------------------
diff --git 
a/maven-core/src/main/java/org/apache/maven/repository/RepositorySystem.java 
b/maven-core/src/main/java/org/apache/maven/repository/RepositorySystem.java
index 5766b98..8ea58a6 100644
--- a/maven-core/src/main/java/org/apache/maven/repository/RepositorySystem.java
+++ b/maven-core/src/main/java/org/apache/maven/repository/RepositorySystem.java
@@ -51,14 +51,14 @@ public interface RepositorySystem
     File defaultUserLocalRepository = new File( userMavenConfigurationHome, 
"repository" );
 
     /**
-     * @deprecation As of 3.4, Maven no longer falls back to a hard-coded 
default repository with identifier
+     * @deprecated As of 3.4, Maven no longer falls back to a hard-coded 
default repository with identifier
      * {@code central} if such a repository is not provided in the settings or 
the POM.
      */
     @Deprecated
     String DEFAULT_REMOTE_REPO_ID = "central";
 
     /**
-     * @deprecation As of 3.4, Maven no longer falls back to a hard-coded 
default repository with identifier
+     * @deprecated As of 3.4, Maven no longer falls back to a hard-coded 
default repository with identifier
      * {@code central} if such a repository is not provided in the settings or 
the POM.
      */
     @Deprecated
@@ -81,7 +81,7 @@ public interface RepositorySystem
         throws InvalidRepositoryException;
 
     /**
-     * @deprecation As of 3.4, Maven no longer falls back to a hard-coded 
default repository with identifier
+     * @deprecated As of 3.4, Maven no longer falls back to a hard-coded 
default repository with identifier
      * {@code central} if such a repository is not provided in the settings or 
the POM.
      */
     @Deprecated

http://git-wip-us.apache.org/repos/asf/maven/blob/625d7b06/maven-core/src/test/java/org/apache/maven/repository/TestRepositorySystem.java
----------------------------------------------------------------------
diff --git 
a/maven-core/src/test/java/org/apache/maven/repository/TestRepositorySystem.java
 
b/maven-core/src/test/java/org/apache/maven/repository/TestRepositorySystem.java
index 5a76b26..d53dc62 100644
--- 
a/maven-core/src/test/java/org/apache/maven/repository/TestRepositorySystem.java
+++ 
b/maven-core/src/test/java/org/apache/maven/repository/TestRepositorySystem.java
@@ -107,7 +107,7 @@ public class TestRepositorySystem
     }
 
     /**
-     * @deprecation As of 3.4, Maven no longer falls back to a hard-coded 
default repository with identifier
+     * @deprecated As of 3.4, Maven no longer falls back to a hard-coded 
default repository with identifier
      * {@code central} if such a repository is not provided in the settings or 
the POM.
      */
     @Deprecated

Reply via email to