Skip to content

Commit

Permalink
Release 5.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Nov 28, 2021
1 parent 893617c commit f58cd41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.

## Latest Releases

- General Availability (GA): [JUnit 5.8.1](https://github.com/junit-team/junit5/releases/tag/r5.8.1) (September 22, 2021)
- General Availability (GA): [JUnit 5.8.2](https://github.com/junit-team/junit5/releases/tag/r5.8.2) (November 28, 2021)
- Preview (Milestone/Release Candidate): n/a

## Documentation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[release-notes-5.8.2]]
== 5.8.2

*Date of Release:* November , 2021
*Date of Release:* November 28, 2021

*Scope:*

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
group = org.junit
version = 5.8.2-SNAPSHOT
version = 5.8.2

jupiterGroup = org.junit.jupiter

platformGroup = org.junit.platform
platformVersion = 1.8.2-SNAPSHOT
platformVersion = 1.8.2

vintageGroup = org.junit.vintage
vintageVersion = 5.8.2-SNAPSHOT
vintageVersion = 5.8.2

defaultBuiltBy = JUnit Team

Expand Down

0 comments on commit f58cd41

Please sign in to comment.