1- [[appendix]]
2- == Appendix
1+ = Appendix
32
43[[reproducible-builds]]
5- === Reproducible Builds
4+ == Reproducible Builds
65
76JUnit aims for its non-javadoc JARs to be https://reproducible-builds.org/[reproducible].
87
@@ -14,7 +13,7 @@ Central/Sonatype and produce the same output artifact locally, confirming that t
1413artifacts in the repositories were actually generated from this source code.
1514
1615[[dependency-metadata]]
17- === Dependency Metadata
16+ == Dependency Metadata
1817
1918Artifacts for final releases and milestones are deployed to {Maven_Central}. Consult
2019https://central.sonatype.org/consume/[Sonatype's documentation] for how to consume those
@@ -46,7 +45,7 @@ Please refer to the corresponding sections for <<running-tests-build-maven-bom,
4645====
4746
4847[[dependency-metadata-junit-platform]]
49- ==== JUnit Platform
48+ === JUnit Platform
5049
5150* *Group ID*: `org.junit.platform`
5251* *Version*: `{version}`
@@ -85,7 +84,7 @@ Please refer to the corresponding sections for <<running-tests-build-maven-bom,
8584 accessing the results via a fluent API to verify the expected results.
8685
8786[[dependency-metadata-junit-jupiter]]
88- ==== JUnit Jupiter
87+ === JUnit Jupiter
8988
9089* *Group ID*: `org.junit.jupiter`
9190* *Version*: `{version}`
@@ -105,7 +104,7 @@ Please refer to the corresponding sections for <<running-tests-build-maven-bom,
105104 support for JUnit 4's `@Ignore` annotation and for running selected JUnit 4 rules.
106105
107106[[dependency-metadata-junit-vintage]]
108- ==== JUnit Vintage
107+ === JUnit Vintage
109108
110109* *Group ID*: `org.junit.vintage`
111110* *Version*: `{version}`
@@ -116,7 +115,7 @@ Please refer to the corresponding sections for <<running-tests-build-maven-bom,
116115 APIs or tests written using testing frameworks built on those APIs.
117116
118117[[dependency-metadata-junit-bom]]
119- ==== Bill of Materials (BOM)
118+ === Bill of Materials (BOM)
120119
121120The _Bill of Materials_ POM provided under the following Maven coordinates can be used to
122121ease dependency management when referencing multiple of the above artifacts using
@@ -128,7 +127,7 @@ or https://docs.gradle.org/current/userguide/platforms.html#sub:bom_import[Gradl
128127* *Version*: `{version}`
129128
130129[[dependency-metadata-dependencies]]
131- ==== Dependencies
130+ === Dependencies
132131
133132Most of the above artifacts have a dependency in their published Maven POMs on the
134133following _@API Guardian_ JAR.
@@ -145,6 +144,6 @@ following _OpenTest4J_ JAR.
145144* *Version*: `{ota4j-version}`
146145
147146[[dependency-diagram]]
148- === Dependency Diagram
147+ == Dependency Diagram
149148
150149image::component-diagram.svg[]
0 commit comments