You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2015/12/13 17:13:56 UTC

maven-integration-testing git commit: [MNG-2199] Support version ranges in parent elements

Repository: maven-integration-testing
Updated Branches:
  refs/heads/master 30ecf2e07 -> ed5ffbe5a


[MNG-2199] Support version ranges in parent elements

o Updated an incorrect test case. The project was invalid
  but the corresponding validation was missing in Maven.


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

Branch: refs/heads/master
Commit: ed5ffbe5afc0be21f750f8cb8c95b6e9a3f3bd0c
Parents: 30ecf2e
Author: Christian Schulte <sc...@apache.org>
Authored: Sun Dec 13 17:10:11 2015 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Sun Dec 13 17:10:11 2015 +0100

----------------------------------------------------------------------
 .../mng-2199-parent-version-range/local-parent/module/pom.xml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/ed5ffbe5/core-it-suite/src/test/resources/mng-2199-parent-version-range/local-parent/module/pom.xml
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/resources/mng-2199-parent-version-range/local-parent/module/pom.xml b/core-it-suite/src/test/resources/mng-2199-parent-version-range/local-parent/module/pom.xml
index 85769ce..fc6931c 100644
--- a/core-it-suite/src/test/resources/mng-2199-parent-version-range/local-parent/module/pom.xml
+++ b/core-it-suite/src/test/resources/mng-2199-parent-version-range/local-parent/module/pom.xml
@@ -9,5 +9,5 @@
   </parent>
 
   <artifactId>local-parent-module</artifactId>
-
+  <version>1</version>
 </project>