Skip to content

Commit

Permalink
update for Junit5 GA (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwen authored Sep 11, 2017
1 parent 4cbff2d commit b571da6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ Please look into test for example.

## Compatibility with JUnit5

*v1.0.1* `->` *M4*
*v1.1.0* `->` *RC2*
- *v1.0.1* `->` *M4*
- *v1.1.0* `->` *RC2*
- *v1.1.1* `->` *GA*
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<lombok.version>1.16.16</lombok.version>
<logback.version>1.1.11</logback.version>
<jacoco.version>0.7.7.201606060606</jacoco.version>
<junit.jupiter.version>5.0.0-RC2</junit.jupiter.version>
<junit.platform.version>1.0.0-RC2</junit.platform.version>
<junit.jupiter.version>5.0.0</junit.jupiter.version>
<junit.platform.version>1.0.0</junit.platform.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit b571da6

Please sign in to comment.