Skip to content

Commit 2c24bc3

Browse files
committed
Release 5.13.0-RC1
1 parent 905cd70 commit 2c24bc3

File tree

3 files changed

+7
-38
lines changed

3 files changed

+7
-38
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.12.2](https://github.com/junit-team/junit5/releases/tag/r5.12.2) (April 11, 2025)
16-
- Preview (Milestone/Release Candidate): [JUnit 5.13.0-M3](https://github.com/junit-team/junit5/releases/tag/r5.13.0-M3) (May 2, 2025)
16+
- Preview (Milestone/Release Candidate): [JUnit 5.13.0-RC1](https://github.com/junit-team/junit5/releases/tag/r5.13.0-RC1) (May 16, 2025)
1717

1818
## Documentation
1919

documentation/src/docs/asciidoc/release-notes/release-notes-5.13.0-RC1.adoc

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
*Date of Release:* May 16, 2025
55

6-
*Scope:*
6+
*Scope:* Minor bug fixes and enhancements since 5.13.0-M1
77

88
For a complete list of all _closed_ issues and pull requests for this release, consult the
99
link:{junit5-repo}+/milestone/96?closed=1+[5.13.0-RC1] milestone page in the JUnit
@@ -13,20 +13,7 @@ repository on GitHub.
1313
[[release-notes-5.13.0-RC1-junit-platform]]
1414
=== JUnit Platform
1515

16-
[[release-notes-5.13.0-RC1-junit-platform-bug-fixes]]
17-
==== Bug Fixes
18-
19-
* ❓
20-
21-
[[release-notes-5.13.0-RC1-junit-platform-deprecations-and-breaking-changes]]
22-
==== Deprecations and Breaking Changes
23-
24-
* ❓
25-
26-
[[release-notes-5.13.0-RC1-junit-platform-new-features-and-improvements]]
27-
==== New Features and Improvements
28-
29-
* ❓
16+
No changes.
3017

3118

3219
[[release-notes-5.13.0-RC1-junit-jupiter]]
@@ -37,11 +24,6 @@ repository on GitHub.
3724

3825
* Validate _all_ versions specified in `@EnabledOnJre` and `@DisabledOnJre` annotations.
3926

40-
[[release-notes-5.13.0-RC1-junit-jupiter-deprecations-and-breaking-changes]]
41-
==== Deprecations and Breaking Changes
42-
43-
* ❓
44-
4527
[[release-notes-5.13.0-RC1-junit-jupiter-new-features-and-improvements]]
4628
==== New Features and Improvements
4729

@@ -52,17 +34,4 @@ repository on GitHub.
5234
[[release-notes-5.13.0-RC1-junit-vintage]]
5335
=== JUnit Vintage
5436

55-
[[release-notes-5.13.0-RC1-junit-vintage-bug-fixes]]
56-
==== Bug Fixes
57-
58-
* ❓
59-
60-
[[release-notes-5.13.0-RC1-junit-vintage-deprecations-and-breaking-changes]]
61-
==== Deprecations and Breaking Changes
62-
63-
* ❓
64-
65-
[[release-notes-5.13.0-RC1-junit-vintage-new-features-and-improvements]]
66-
==== New Features and Improvements
67-
68-
* ❓
37+
No changes.

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.13.0-SNAPSHOT
2+
version = 5.13.0-RC1
33

44
jupiterGroup = org.junit.jupiter
55

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

99
vintageGroup = org.junit.vintage
10-
vintageVersion = 5.13.0-SNAPSHOT
10+
vintageVersion = 5.13.0-RC1
1111

1212
# We need more metaspace due to apparent memory leak in Asciidoctor/JRuby
1313
org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError

0 commit comments

Comments
 (0)