You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ag...@apache.org on 2014/02/04 19:20:46 UTC

git commit: Fixed tiny doc bug

Updated Branches:
  refs/heads/master 4d319a716 -> f816832c1


Fixed tiny doc bug

* Example for TestNG <= 5.11 was using version 6.3.1.
** Fixed to use 5.11


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

Branch: refs/heads/master
Commit: f816832c180ea70184065ab19c70859ebb4c9614
Parents: 4d319a7
Author: Kevin Connor ARPE <ke...@gmail.com>
Authored: Mon Feb 3 22:09:05 2014 +0800
Committer: Kevin Connor ARPE <ke...@gmail.com>
Committed: Mon Feb 3 22:09:05 2014 +0800

----------------------------------------------------------------------
 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/f816832c/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 f23ca80..1e66096 100644
--- a/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
@@ -53,7 +53,7 @@ Using TestNG
     <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
-      <version>6.3.1</version>
+      <version>5.11</version>
       <scope>test</scope>
       <classifier>jdk15</classifier>
     </dependency>