Repository: maven-surefire
Updated Branches:
  refs/heads/master af54b06d7 -> 5e45b6929


IT test is missing the version of maven-compiler-plugin


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

Branch: refs/heads/master
Commit: 5e45b6929f6fd3286f5ccaf89a30473fa36b3b8d
Parents: af54b06
Author: tibordigana <tibo...@lycos.com>
Authored: Fri Nov 7 22:09:26 2014 +0100
Committer: tibordigana <tibo...@lycos.com>
Committed: Fri Nov 7 22:09:26 2014 +0100

----------------------------------------------------------------------
 .../src/test/resources/testng-group-thread-parallel/pom.xml   | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5e45b692/surefire-integration-tests/src/test/resources/testng-group-thread-parallel/pom.xml
----------------------------------------------------------------------
diff --git 
a/surefire-integration-tests/src/test/resources/testng-group-thread-parallel/pom.xml
 
b/surefire-integration-tests/src/test/resources/testng-group-thread-parallel/pom.xml
index 2c22ab3..8ae10d3 100644
--- 
a/surefire-integration-tests/src/test/resources/testng-group-thread-parallel/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/testng-group-thread-parallel/pom.xml
@@ -23,6 +23,13 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
+  <parent>
+    <groupId>org.apache.maven.surefire</groupId>
+    <artifactId>it-parent</artifactId>
+    <version>1.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+
   <groupId>org.apache.maven.plugins.surefire</groupId>
   <artifactId>testng-group-thread-parallel</artifactId>
   <version>1.0-SNAPSHOT</version>

Reply via email to