From 45d95176672d8ae812352b7913e1f5052d2d7992 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Mon, 6 Jan 2020 16:57:25 +0100 Subject: [PATCH] Release 5.6 RC1 --- README.md | 2 +- .../asciidoc/release-notes/release-notes-5.6.0-RC1.adoc | 2 +- gradle.properties | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9aa6af80341f..8e833848dbe6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository is the home of the next generation of JUnit, _JUnit 5_. ## Latest Releases - General Availability (GA): [JUnit 5.5.2](https://github.com/junit-team/junit5/releases/tag/r5.5.2) (September 8, 2019). -- Preview (Milestone/Release Candidate): [JUnit 5.6.0 M1](https://github.com/junit-team/junit5/releases/tag/r5.6.0-M1) (October 21, 2019) +- Preview (Milestone/Release Candidate): [JUnit 5.6.0 RC1](https://github.com/junit-team/junit5/releases/tag/r5.6.0-RC1) (January 6, 2020) ## Documentation diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.6.0-RC1.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.6.0-RC1.adoc index 54816d5a2473..97b0fc304968 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.6.0-RC1.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.6.0-RC1.adoc @@ -12,7 +12,7 @@ * Minor bug fixes and improvements For a complete list of all _closed_ issues and pull requests for this release, consult the -link:{junit5-repo}+/milestone/45️?closed=1+[5.6 RC1] milestone page in the JUnit repository +link:{junit5-repo}+/milestone/45?closed=1+[5.6 RC1] milestone page in the JUnit repository on GitHub. diff --git a/gradle.properties b/gradle.properties index eff74e582e1a..3392ba6db468 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.6.0-SNAPSHOT +version = 5.6.0-RC1 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.6.0-SNAPSHOT +platformVersion = 1.6.0-RC1 vintageGroup = org.junit.vintage -vintageVersion = 5.6.0-SNAPSHOT +vintageVersion = 5.6.0-RC1 defaultBuiltBy = JUnit Team releaseBranch = master