Skip to content

Commit e5f50d8

Browse files
committed
Release 5.10.1
1 parent ac86d18 commit e5f50d8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository is the home of _JUnit 5_.
66

77
## Latest Releases
88

9-
- General Availability (GA): [JUnit 5.10.0](https://github.com/junit-team/junit5/releases/tag/r5.10.0) (July 23, 2023)
9+
- General Availability (GA): [JUnit 5.10.1](https://github.com/junit-team/junit5/releases/tag/r5.10.1) (November 5, 2023)
1010
- Preview (Milestone/Release Candidate): N/A
1111

1212
## Documentation

documentation/src/docs/asciidoc/release-notes/release-notes-5.10.1.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[release-notes-5.10.1]]
22
== 5.10.1
33

4-
*Date of Release:*
4+
*Date of Release:* November 5, 2023
55

66
*Scope:* minor bug fixes and improvements since 5.10.0.
77

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
group = org.junit
2-
version = 5.10.1-SNAPSHOT
2+
version = 5.10.1
33

44
jupiterGroup = org.junit.jupiter
55

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

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

1212
defaultBuiltBy = JUnit Team
1313

0 commit comments

Comments
 (0)