Skip to content

Commit b522780

Browse files
committed
Release 5.7.1
1 parent f8c6d4a commit b522780

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
66

77
## Latest Releases
88

9-
- General Availability (GA): [JUnit 5.7.0](https://github.com/junit-team/junit5/releases/tag/r5.7.0) (September 13, 2020)
9+
- General Availability (GA): [JUnit 5.7.1](https://github.com/junit-team/junit5/releases/tag/r5.7.1) (February 4, 2021)
1010
- Preview (Milestone/Release Candidate): n/a
1111

1212
## Documentation

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
group = org.junit
2-
version = 5.7.1-SNAPSHOT
2+
version = 5.7.1
33

44
jupiterGroup = org.junit.jupiter
55

66
platformGroup = org.junit.platform
7-
platformVersion = 1.7.1-SNAPSHOT
7+
platformVersion = 1.7.1
88

99
vintageGroup = org.junit.vintage
10-
vintageVersion = 5.7.1-SNAPSHOT
10+
vintageVersion = 5.7.1
1111

1212
defaultBuiltBy = JUnit Team
1313

0 commit comments

Comments
 (0)