Skip to content

Commit 3484293

Browse files
committed
Release 5.0.2
1 parent 20db6f8 commit 3484293

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.1` or `1.0.2-SNAPSHOT`
95+
- **Version**: `1.0.2` or `1.0.3-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.1` or `5.0.2-SNAPSHOT`
110+
- **Version**: `5.0.2` or `5.0.3-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.1` or `4.12.2-SNAPSHOT`
120+
- **Version**: `4.12.2` or `4.12.3-SNAPSHOT`
121121
- **Artifact ID** and **Automatic-Module-Name**:
122122
- `junit-vintage-engine` (`org.junit.vintage.engine`)
123123

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

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

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

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8

0 commit comments

Comments
 (0)