Skip to content

Commit 4a0c382

Browse files
committed
Release 5.11.0-M1
1 parent d5eadd5 commit 4a0c382

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This repository is the home of _JUnit 5_.
1313
## Latest Releases
1414

1515
- General Availability (GA): [JUnit 5.10.2](https://github.com/junit-team/junit5/releases/tag/r5.10.2) (February 4, 2024)
16-
- Preview (Milestone/Release Candidate): N/A
16+
- Preview (Milestone/Release Candidate): [JUnit 5.11.0-M1](https://github.com/junit-team/junit5/releases/tag/r5.11.0-M1) (April 23, 2024)
1717

1818
## Documentation
1919

documentation/src/docs/asciidoc/release-notes/release-notes-5.11.0-M1.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[release-notes-5.11.0-M1]]
22
== 5.11.0-M1
33

4-
*Date of Release:*
4+
*Date of Release:* April 23, 2024
55

66
*Scope:*
77

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.11.0-SNAPSHOT
2+
version = 5.11.0-M1
33

44
jupiterGroup = org.junit.jupiter
55

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

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

1212
# We need more metaspace due to apparent memory leak in Asciidoctor/JRuby
1313
# The exports are needed due to https://github.com/diffplug/spotless/issues/834

0 commit comments

Comments
 (0)