diff --git a/README.md b/README.md index 5439f0bf54c0..90836dade112 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository is the home of the next generation of JUnit, _JUnit 5_. ## Latest Releases -- General Availability (GA): [JUnit 5.7.0](https://github.com/junit-team/junit5/releases/tag/r5.7.0) (September 13, 2020) +- General Availability (GA): [JUnit 5.7.1](https://github.com/junit-team/junit5/releases/tag/r5.7.1) (February 4, 2021) - Preview (Milestone/Release Candidate): n/a ## Documentation diff --git a/gradle.properties b/gradle.properties index 401df118b762..364aab4776e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.7.1-SNAPSHOT +version = 5.7.1 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.7.1-SNAPSHOT +platformVersion = 1.7.1 vintageGroup = org.junit.vintage -vintageVersion = 5.7.1-SNAPSHOT +vintageVersion = 5.7.1 defaultBuiltBy = JUnit Team