Skip to content

Commit

Permalink
Make JUnit version a customizable property (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 28, 2023
1 parent 8e032cf commit d513614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<jenkins.version>2.361</jenkins.version>
<jenkins-bom.version>${jenkins.version}</jenkins-bom.version>
<jenkins-test-harness.version>2062.v3efc79721e45</jenkins-test-harness.version>
<junit.version>5.10.0</junit.version>
<license-maven-plugin.version>104.v2171757ee6dd</license-maven-plugin.version>
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
<localizer-maven-plugin.version>1.31</localizer-maven-plugin.version>
Expand Down Expand Up @@ -163,7 +164,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.0</version>
<version>${junit.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit d513614

Please sign in to comment.