Skip to content

Commit a410c92

Browse files
committed
Release 5.12.0-RC2
1 parent 6d09b33 commit a410c92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
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.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-RC1](https://github.com/junit-team/junit5/releases/tag/r5.12.0-RC1) (February 7, 2025)
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)
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.12.0-SNAPSHOT
2+
version = 5.12.0-RC2
33

44
jupiterGroup = org.junit.jupiter
55

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

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