Repository: maven-integration-testing
Updated Branches:
  refs/heads/master ee6c80a2b -> 8db2b86be


[MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression)

o Updated range of Maven versions the test should run with.


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

Branch: refs/heads/master
Commit: 8db2b86bef79c114562483a088ce15483edd8500
Parents: ee6c80a
Author: Christian Schulte <[email protected]>
Authored: Sun Dec 20 21:40:29 2015 +0100
Committer: Christian Schulte <[email protected]>
Committed: Sun Dec 20 21:40:29 2015 +0100

----------------------------------------------------------------------
 ...enITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/8db2b86b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest.java
----------------------------------------------------------------------
diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest.java
 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest.java
index ef011e6..a2d1bae 100644
--- 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest.java
+++ 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest.java
@@ -35,7 +35,7 @@ public class 
MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest
     public MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest()
     {
         // Might work with versions before 2.0.11, but not verified
-        super( "[2.0.11,3.0-alpha-1),(3.0.4,),[3.4,)" );
+        super( "[2.0.11,3.0-alpha-1),[3.4,)" );
     }
 
     public void testit()

Reply via email to