Skip to content

Commit 36a834f

Browse files
authored
Update version number references
1 parent e5b59a3 commit 36a834f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The hooks that enable **JUnit Foundation** test lifecycle notifications are inst
109109
<dependency>
110110
<groupId>com.nordstrom.tools</groupId>
111111
<artifactId>junit-foundation</artifactId>
112-
<version>6.2.0</version>
112+
<version>9.0.3</version>
113113
<scope>test</scope>
114114
</dependency>
115115
</dependencies>
@@ -198,8 +198,8 @@ test {
198198
}
199199
dependencies {
200200
...
201-
compile 'com.nordstrom.tools:junit-foundation:6.2.0'
202-
junitAgent 'com.nordstrom.tools:junit-foundation:6.2.0'
201+
compile 'com.nordstrom.tools:junit-foundation:9.0.3'
202+
junitAgent 'com.nordstrom.tools:junit-foundation:9.0.3'
203203
}
204204
```
205205

@@ -309,7 +309,7 @@ As indicated previously, **JUnit Foundation** will automatically attach standard
309309

310310
### Support for Parallel Execution
311311

312-
The ability to run **JUnit** tests in parallel is provided by the JUnit 4 test runner of the [Maven Surefire plugin](https://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html). This feature utilizes private **JUnit** interfaces and undocuments behaviors, which greatly complicated the task of adding event notification hooks. As of version [9.0.1](https://github.com/Nordstrom/JUnit-Foundation/releases/tag/junit-foundation-9.0.1), **JUnit Foundation** supports parallel execution of both classes and methods.
312+
The ability to run **JUnit** tests in parallel is provided by the JUnit 4 test runner of the [Maven Surefire plugin](https://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html). This feature utilizes private **JUnit** interfaces and undocuments behaviors, which greatly complicated the task of adding event notification hooks. As of version [9.0.3](https://github.com/Nordstrom/JUnit-Foundation/releases/tag/junit-foundation-9.0.3), **JUnit Foundation** supports parallel execution of both classes and methods.
313313

314314
### Support for Parameterized Tests
315315

0 commit comments

Comments
 (0)