You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2013/01/25 07:24:48 UTC

git commit: Added m-c-p for 2.2.1

Updated Branches:
  refs/heads/master 0eced625b -> 18ac0e26e


Added m-c-p for 2.2.1


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

Branch: refs/heads/master
Commit: 18ac0e26e64294e98c67333d975757b4342fc6f0
Parents: 0eced62
Author: Kristian Rosenvold <kr...@apache.org>
Authored: Fri Jan 25 07:23:46 2013 +0100
Committer: Kristian Rosenvold <kr...@apache.org>
Committed: Fri Jan 25 07:24:23 2013 +0100

----------------------------------------------------------------------
 .../surefire-946-self-destruct-plugin/pom.xml      |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/18ac0e26/surefire-integration-tests/src/test/resources/surefire-946-self-destruct-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-integration-tests/src/test/resources/surefire-946-self-destruct-plugin/pom.xml b/surefire-integration-tests/src/test/resources/surefire-946-self-destruct-plugin/pom.xml
index 91823a7..8994838 100644
--- a/surefire-integration-tests/src/test/resources/surefire-946-self-destruct-plugin/pom.xml
+++ b/surefire-integration-tests/src/test/resources/surefire-946-self-destruct-plugin/pom.xml
@@ -1,5 +1,5 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.maven.plugins.surefire</groupId>
@@ -33,7 +33,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.5.1</version>
+        <version>2.9</version>
         <configuration>
           <goalPrefix>maven-selfdestruct-plugin</goalPrefix>
         </configuration>
@@ -46,6 +46,11 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.5.1</version>
+      </plugin>
     </plugins>
   </build>
 </project>