Skip to content

Commit

Permalink
Release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Oct 3, 2017
1 parent 188328b commit ea27de9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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.0` or `1.0.1-SNAPSHOT`
- **Version**: `1.0.1` or `1.0.2-SNAPSHOT`
- **Artifact IDs** and **Automatic-Module-Name**:
- `junit-platform-commons` (`org.junit.platform.commons`)
- `junit-platform-console` (`org.junit.platform.console`)
Expand All @@ -107,7 +107,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.0` or `5.0.1-SNAPSHOT`
- **Version**: `5.0.1` or `5.0.2-SNAPSHOT`
- **Artifact IDs** and **Automatic-Module-Name**:
- `junit-jupiter-api` (`org.junit.jupiter.api`)
- `junit-jupiter-engine` (`org.junit.jupiter.engine`)
Expand All @@ -117,7 +117,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.0` or `4.12.1-SNAPSHOT`
- **Version**: `4.12.1` or `4.12.1-SNAPSHOT`
- **Artifact ID** and **Automatic-Module-Name**:
- `junit-vintage-engine` (`org.junit.vintage.engine`)

Expand Down
6 changes: 2 additions & 4 deletions documentation/src/docs/asciidoc/release-notes-5.0.1.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[release-notes-5.0.1]]
=== 5.0.1

*Date of Release:*
*Date of Release:* October 3, 2017

*Scope:* Bug fixes for the 5.0.0 release

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

===== Bug Fixes

* ❓
No code changes.


[[release-notes-5.0.1-junit-jupiter]]
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.1-SNAPSHOT
version = 5.0.1

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

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

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit ea27de9

Please sign in to comment.