Skip to content

Commit

Permalink
Merge pull request #91 from yersan/issue-90
Browse files Browse the repository at this point in the history
Use the property version.junit5 as placeholder value to drive the org…
  • Loading branch information
jmesnil authored May 31, 2024
2 parents 4c04685 + 9ba1d9e commit 4c47a95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${version.junit5}</version>
<version>\${version.junit5}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${version.junit5}</version>
<version>\${version.junit5}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${version.junit5}</version>
<version>\${version.junit5}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 4c47a95

Please sign in to comment.