From 732a5400f80c8f446daa8b43eaa4b41b3da929be Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Tue, 20 Sep 2022 20:32:41 +0200 Subject: [PATCH] Release 5.9.1 --- README.md | 2 +- gradle.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa04df17a90..ecf74ef5e4d 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.9.0](https://github.com/junit-team/junit5/releases/tag/r5.9.0) (July 26, 2022) +- General Availability (GA): [JUnit 5.9.1](https://github.com/junit-team/junit5/releases/tag/r5.9.1) (September 20, 2022) - Preview (Milestone/Release Candidate): n/a ## Documentation diff --git a/gradle.properties b/gradle.properties index e79f19f1ca6..6ada1102451 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.9.1-SNAPSHOT +version = 5.9.1 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.9.1-SNAPSHOT +platformVersion = 1.9.1 vintageGroup = org.junit.vintage -vintageVersion = 5.9.1-SNAPSHOT +vintageVersion = 5.9.1 defaultBuiltBy = JUnit Team