Skip to content

Commit a2c3558

Browse files
committed
Update references to new sample project names
1 parent fabbc75 commit a2c3558

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

documentation/src/docs/asciidoc/link-attributes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ endif::[]
8282
:junit-vintage-engine: {javadoc-root}/org/junit/vintage/engine/package-summary.html[junit-vintage-engine]
8383
//
8484
:junit5-samples-repo: {junit-team}/junit5-samples
85-
:junit5-gradle-consumer: {junit5-samples-repo}/tree/{release-branch}/junit5-gradle-consumer[junit5-gradle-consumer]
8685
:junit5-jupiter-starter-ant: {junit5-samples-repo}/tree/{release-branch}/junit5-jupiter-starter-ant[junit5-jupiter-starter-ant]
87-
:junit5-maven-consumer: {junit5-samples-repo}/tree/{release-branch}/junit5-maven-consumer[junit5-maven-consumer]
86+
:junit5-jupiter-starter-gradle: {junit5-samples-repo}/tree/{release-branch}/junit5-jupiter-starter-gradle[junit5-jupiter-starter-gradle]
87+
:junit5-jupiter-starter-maven: {junit5-samples-repo}/tree/{release-branch}/junit5-jupiter-starter-maven[junit5-jupiter-starter-maven]
8888
:RandomParametersExtension: {junit5-samples-repo}/tree/{release-branch}/junit5-jupiter-extensions/src/main/java/com/example/random/RandomParametersExtension.java[RandomParametersExtension]
8989
//
9090
:API: https://apiguardian-team.github.io/apiguardian/docs/current/api/[@API]

documentation/src/docs/asciidoc/user-guide/overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,5 @@ The {junit5-samples-repo}[`junit5-samples`] repository hosts a collection of sam
238238
projects based on JUnit Jupiter and JUnit Vintage. You'll find the respective
239239
`build.gradle` and `pom.xml` in the projects below.
240240

241-
* For Gradle, check out the `{junit5-gradle-consumer}` project.
242-
* For Maven, check out the `{junit5-maven-consumer}` project.
241+
* For Gradle, check out the `{junit5-jupiter-starter-gradle}` project.
242+
* For Maven, check out the `{junit5-jupiter-starter-maven}` project.

documentation/src/docs/asciidoc/user-guide/running-tests.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ additional dependency to the runtime classpath.
210210

211211
The JUnit team has developed a basic provider for Maven Surefire that lets you run JUnit 4
212212
and JUnit Jupiter tests via `mvn test`. The `pom.xml` file in the
213-
`{junit5-maven-consumer}` project demonstrates how to use it and can serve as a starting
213+
`{junit5-jupiter-starter-maven}` project demonstrates how to use it and can serve as a starting
214214
point.
215215

216216
NOTE: Please use Maven Surefire {surefire-version} with the

0 commit comments

Comments
 (0)