File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ This repository is the home of _JUnit 5_.
12
12
13
13
## Latest Releases
14
14
15
- - General Availability (GA): [ JUnit 5.11.4 ] ( https://github.com/junit-team/junit5/releases/tag/r5.11.4 ) (December 16, 2024 )
16
- - Preview (Milestone/Release Candidate): [ JUnit 5.12.0-RC2 ] ( https://github.com/junit-team/junit5/releases/tag/r5.12.0-RC2 ) (February 12, 2025)
15
+ - General Availability (GA): [ JUnit 5.12.0 ] ( https://github.com/junit-team/junit5/releases/tag/r5.12.0 ) (February 21, 2025 )
16
+ - Preview (Milestone/Release Candidate): N/A
17
17
18
18
## Documentation
19
19
Original file line number Diff line number Diff line change 1
1
group = org.junit
2
- version = 5.12.0-SNAPSHOT
2
+ version = 5.12.0
3
3
4
4
jupiterGroup = org.junit.jupiter
5
5
6
6
platformGroup = org.junit.platform
7
- platformVersion = 1.12.0-SNAPSHOT
7
+ platformVersion = 1.12.0
8
8
9
9
vintageGroup = org.junit.vintage
10
- vintageVersion = 5.12.0-SNAPSHOT
10
+ vintageVersion = 5.12.0
11
11
12
12
# We need more metaspace due to apparent memory leak in Asciidoctor/JRuby
13
13
# The exports are needed due to https://github.com/diffplug/spotless/issues/834
You can’t perform that action at this time.
0 commit comments