Updated Branches:
  refs/heads/master 14f8995d5 -> f7db177c9

o Locked down compiler plugin version to make things work on maven 221


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

Branch: refs/heads/master
Commit: f7db177c99010ac268665c6fd55daf22fc0a2d93
Parents: 14f8995
Author: Kristian Rosenvold <krosenv...@apache.org>
Authored: Wed Jan 2 15:58:17 2013 +0100
Committer: Kristian Rosenvold <krosenv...@apache.org>
Committed: Wed Jan 2 15:58:17 2013 +0100

----------------------------------------------------------------------
 .../resources/surefire-943-report-content/pom.xml  |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/f7db177c/surefire-integration-tests/src/test/resources/surefire-943-report-content/pom.xml
----------------------------------------------------------------------
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-943-report-content/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-943-report-content/pom.xml
index ccdea72..01fb7b3 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-943-report-content/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/surefire-943-report-content/pom.xml
@@ -27,8 +27,13 @@
                                                </dependency>
                                        </dependencies>
                                </plugin>
-                       </plugins>
-               </pluginManagement>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.5.1</version>
+      </plugin>
+    </plugins>
+  </pluginManagement>
        </build>
 
        <dependencies>

Reply via email to