You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2015/12/23 22:17:51 UTC

maven-surefire git commit: [SUREFIRE] site refactoring

Repository: maven-surefire
Updated Branches:
  refs/heads/master 11894397c -> 3be5c30d6


[SUREFIRE] site refactoring


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

Branch: refs/heads/master
Commit: 3be5c30d6b77a3c387f2ee1082ee3dc572e39a19
Parents: 1189439
Author: Tibor17 <ti...@lycos.com>
Authored: Wed Dec 23 22:17:28 2015 +0100
Committer: Tibor17 <ti...@lycos.com>
Committed: Wed Dec 23 22:17:28 2015 +0100

----------------------------------------------------------------------
 maven-surefire-plugin/src/site/apt/examples/testng.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/3be5c30d/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm b/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
index 4921521..5c50c81 100644
--- a/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
@@ -471,7 +471,7 @@ Using TestNG
               <value>false</value>
             </property>
           </properties>
-		  <threadCount>1</threadCount>
+          <threadCount>1</threadCount>
           [...]
         </configuration>
         <dependencies>