Skip to content

Commit 6b8e42b

Browse files
committed
Release 5.11
1 parent 9430ece commit 6b8e42b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This repository is the home of _JUnit 5_.
1212

1313
## Latest Releases
1414

15-
- General Availability (GA): [JUnit 5.10.3](https://github.com/junit-team/junit5/releases/tag/r5.10.3) (June 27, 2024)
16-
- Preview (Milestone/Release Candidate): [JUnit 5.11.0-RC1](https://github.com/junit-team/junit5/releases/tag/r5.11.0-RC1) (July 31, 2024)
15+
- General Availability (GA): [JUnit 5.11.0](https://github.com/junit-team/junit5/releases/tag/r5.11.0) (August 14, 2024)
16+
- Preview (Milestone/Release Candidate): N/A
1717

1818
## Documentation
1919

gradle.properties

+3-3
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
33

44
jupiterGroup = org.junit.jupiter
55

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

99
vintageGroup = org.junit.vintage
10-
vintageVersion = 5.11.0-SNAPSHOT
10+
vintageVersion = 5.11.0
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)