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 2012/12/06 21:47:43 UTC

git commit: o Switched back to shadedversion for running tests

Updated Branches:
  refs/heads/master a303827d6 -> 87fca1e08


o Switched back to shadedversion for running tests


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

Branch: refs/heads/master
Commit: 87fca1e08ec0e961b01ff4c428f0a5702af9a595
Parents: a303827
Author: Kristian Rosenvold <kr...@apache.org>
Authored: Thu Dec 6 21:13:33 2012 +0100
Committer: Kristian Rosenvold <kr...@apache.org>
Committed: Thu Dec 6 21:14:39 2012 +0100

----------------------------------------------------------------------
 surefire-integration-tests/pom.xml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/87fca1e0/surefire-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml
index e47a303..e23c4ee 100644
--- a/surefire-integration-tests/pom.xml
+++ b/surefire-integration-tests/pom.xml
@@ -91,7 +91,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>${project.version}</version>
+        <version>${shadedVersion}</version>
         <configuration>
           <threadCount>1</threadCount>
           <perCoreThreadCount>false</perCoreThreadCount>
@@ -168,7 +168,6 @@
         <plugins>
           <plugin>
             <artifactId>maven-failsafe-plugin</artifactId>
-            <version>${shadedVersion}</version>
             <configuration>
               <parallel>classes</parallel>
               <threadCount>${surefire.threadcount}</threadCount>