You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2014/02/09 15:29:31 UTC

git commit: MavenITmng1830ShowVersionTest valid upto Maven 3.2 because of MNG-5176 a new IT is necessary.

Updated Branches:
  refs/heads/master 74d20085e -> 23280cb8a


MavenITmng1830ShowVersionTest valid upto Maven 3.2 because of MNG-5176 a new IT is necessary.


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/23280cb8
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/23280cb8
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/23280cb8

Branch: refs/heads/master
Commit: 23280cb8a8d5d6722fc15725ff476593935d5332
Parents: 74d2008
Author: Michael Osipov <mi...@apache.org>
Authored: Sun Feb 9 15:19:23 2014 +0100
Committer: Michael Osipov <mi...@apache.org>
Committed: Sun Feb 9 15:19:23 2014 +0100

----------------------------------------------------------------------
 .../java/org/apache/maven/it/MavenITmng1830ShowVersionTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/23280cb8/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1830ShowVersionTest.java
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1830ShowVersionTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1830ShowVersionTest.java
index c24a87b..fd8faa7 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1830ShowVersionTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1830ShowVersionTest.java
@@ -38,7 +38,7 @@ public class MavenITmng1830ShowVersionTest
 
     public MavenITmng1830ShowVersionTest()
     {
-        super( "(2.0.10,2.1.0-M1),(2.1.0-M1,3.0-alpha-1),[3.0-alpha-3,)" ); // Maven 2.0.11 + , 2.1.0-M2 +
+        super( "(2.0.10,2.1.0-M1),(2.1.0-M1,3.0-alpha-1),[3.0-alpha-3,3.2)" ); // Maven 2.0.11 + , 2.1.0-M2 +
     }
 
     /**