Skip to content

Commit d81fa33

Browse files
committed
Release 5.0.3
1 parent 61b1e98 commit d81fa33

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.md

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

9393
- **Group ID**: `org.junit.platform`
94-
- **Version**: `1.0.2` or `1.0.3-SNAPSHOT`
94+
- **Version**: `1.0.3` or `1.0.4-SNAPSHOT`
9595
- **Artifact IDs** and **Automatic-Module-Name**:
9696
- `junit-platform-commons` (`org.junit.platform.commons`)
9797
- `junit-platform-console` (`org.junit.platform.console`)
@@ -106,7 +106,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
106106
### JUnit Jupiter
107107

108108
- **Group ID**: `org.junit.jupiter`
109-
- **Version**: `5.0.2` or `5.0.3-SNAPSHOT`
109+
- **Version**: `5.0.3` or `5.0.4-SNAPSHOT`
110110
- **Artifact IDs** and **Automatic-Module-Name**:
111111
- `junit-jupiter-api` (`org.junit.jupiter.api`)
112112
- `junit-jupiter-engine` (`org.junit.jupiter.engine`)
@@ -116,7 +116,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
116116
### JUnit Vintage
117117

118118
- **Group ID**: `org.junit.vintage`
119-
- **Version**: `4.12.2` or `4.12.3-SNAPSHOT`
119+
- **Version**: `4.12.3` or `4.12.4-SNAPSHOT`
120120
- **Artifact ID** and **Automatic-Module-Name**:
121121
- `junit-vintage-engine` (`org.junit.vintage.engine`)
122122

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[[release-notes-5.0.3]]
22
=== 5.0.3
33

4-
*Date of Release:*
4+
*Date of Release:* January 15, 2018
55

6-
*Scope:* Bug fixes and small improvements for `ConsoleLauncher`, Gradle plugin, and Maven Surefire provider
6+
*Scope:* Bug fixes and small improvements for `ConsoleLauncher`, Gradle plugin, and Maven
7+
Surefire provider
78

89
For a complete list of all _closed_ issues and pull requests for this release, consult the
910
link:{junit5-repo}+/milestone/21?closed=1+[5.0.3] milestone page in the JUnit repository

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.3-SNAPSHOT
2+
version = 5.0.3
33

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

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

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8

0 commit comments

Comments
 (0)