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 2020/06/20 09:35:29 UTC

[maven-surefire] branch master updated: version typo

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 501896c  version typo
501896c is described below

commit 501896cf3022ec7becdfda63b6269a2be654e663
Author: John Patrick <14...@users.noreply.github.com>
AuthorDate: Sun Jun 14 20:32:59 2020 +0100

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

diff --git a/maven-surefire-plugin/src/site/apt/examples/jpms.apt.vm b/maven-surefire-plugin/src/site/apt/examples/jpms.apt.vm
index 5168d12..ce98981 100644
--- a/maven-surefire-plugin/src/site/apt/examples/jpms.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/examples/jpms.apt.vm
@@ -36,7 +36,7 @@ Using Java Modularity (JPMS) in Tests
 
   The JDK version must be 9 or higher. The POM contains the dependency <<<org.testng:testng:7.1.0>>> which is
   an automatic module. It activates the internal provider <<<surefire-testng>>> in the plugin. The frameworks with
-  assertions API are used, i.e. <<<org.hamcrest:hamcrest:7.1.0>>> (automatic module)
+  assertions API are used, i.e. <<<org.hamcrest:hamcrest:2.2>>> (automatic module)
   and <<<org.assertj:assertj-core:3.16.1>>> (named module).
 
 +---+