You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/09/24 15:13:52 UTC

[31/40] maven git commit: [MNG-5971] Imported dependencies should be available to inheritance processing

[MNG-5971] Imported dependencies should be available to inheritance processing

o Updated to remove unused version introduced by latest commits.


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

Branch: refs/heads/MNG-6012-Missing-Profile-At-End
Commit: 2e6fe1bf3c32fd4b6ab5ca3068c1773c73519fe9
Parents: df7e29b
Author: Christian Schulte <sc...@apache.org>
Authored: Sun Aug 14 00:23:04 2016 +0200
Committer: Christian Schulte <sc...@apache.org>
Committed: Sun Aug 14 00:23:04 2016 +0200

----------------------------------------------------------------------
 .../java/org/apache/maven/model/building/ModelProblem.java     | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/2e6fe1bf/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelProblem.java
----------------------------------------------------------------------
diff --git a/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelProblem.java b/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelProblem.java
index fa12a94..02acf44 100644
--- a/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelProblem.java
+++ b/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelProblem.java
@@ -48,11 +48,7 @@ public interface ModelProblem
         BASE,
         V20,
         V30,
-        V31,
-        /**
-         * @since 3.4
-         */
-        V35
+        V31
 
     }