Skip to content

Commit ea27de9

Browse files
committed
Release 5.0.1
1 parent 188328b commit ea27de9

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
9292
### JUnit Platform
9393

9494
- **Group ID**: `org.junit.platform`
95-
- **Version**: `1.0.0` or `1.0.1-SNAPSHOT`
95+
- **Version**: `1.0.1` or `1.0.2-SNAPSHOT`
9696
- **Artifact IDs** and **Automatic-Module-Name**:
9797
- `junit-platform-commons` (`org.junit.platform.commons`)
9898
- `junit-platform-console` (`org.junit.platform.console`)
@@ -107,7 +107,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
107107
### JUnit Jupiter
108108

109109
- **Group ID**: `org.junit.jupiter`
110-
- **Version**: `5.0.0` or `5.0.1-SNAPSHOT`
110+
- **Version**: `5.0.1` or `5.0.2-SNAPSHOT`
111111
- **Artifact IDs** and **Automatic-Module-Name**:
112112
- `junit-jupiter-api` (`org.junit.jupiter.api`)
113113
- `junit-jupiter-engine` (`org.junit.jupiter.engine`)
@@ -117,7 +117,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
117117
### JUnit Vintage
118118

119119
- **Group ID**: `org.junit.vintage`
120-
- **Version**: `4.12.0` or `4.12.1-SNAPSHOT`
120+
- **Version**: `4.12.1` or `4.12.1-SNAPSHOT`
121121
- **Artifact ID** and **Automatic-Module-Name**:
122122
- `junit-vintage-engine` (`org.junit.vintage.engine`)
123123

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[release-notes-5.0.1]]
22
=== 5.0.1
33

4-
*Date of Release:*
4+
*Date of Release:* October 3, 2017
55

66
*Scope:* Bug fixes for the 5.0.0 release
77

@@ -19,9 +19,7 @@ on GitHub.
1919
[[release-notes-5.0.1-junit-platform]]
2020
==== JUnit Platform
2121

22-
===== Bug Fixes
23-
24-
* ❓
22+
No code changes.
2523

2624

2725
[[release-notes-5.0.1-junit-jupiter]]

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
group = org.junit.jupiter
2-
version = 5.0.1-SNAPSHOT
2+
version = 5.0.1
33

44
platformGroup = org.junit.platform
5-
platformVersion = 1.0.1-SNAPSHOT
5+
platformVersion = 1.0.1
66

77
vintageGroup = org.junit.vintage
8-
vintageVersion = 4.12.1-SNAPSHOT
8+
vintageVersion = 4.12.1
99

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8

0 commit comments

Comments
 (0)