Skip to content

Commit

Permalink
Release 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 15, 2018
1 parent 61b1e98 commit d81fa33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
### JUnit Platform

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

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

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

Expand Down
5 changes: 3 additions & 2 deletions documentation/src/docs/asciidoc/release-notes-5.0.3.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[[release-notes-5.0.3]]
=== 5.0.3

*Date of Release:*
*Date of Release:* January 15, 2018

*Scope:* Bug fixes and small improvements for `ConsoleLauncher`, Gradle plugin, and Maven Surefire provider
*Scope:* Bug fixes and small improvements for `ConsoleLauncher`, Gradle plugin, and Maven
Surefire provider

For a complete list of all _closed_ issues and pull requests for this release, consult the
link:{junit5-repo}+/milestone/21?closed=1+[5.0.3] milestone page in the JUnit repository
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
group = org.junit.jupiter
version = 5.0.3-SNAPSHOT
version = 5.0.3

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

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

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit d81fa33

Please sign in to comment.