File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11group = org.junit.jupiter
2- version = 5.0.2-SNAPSHOT
2+ version = 5.0.2
33
44platformGroup = org.junit.platform
5- platformVersion = 1.0.2-SNAPSHOT
5+ platformVersion = 1.0.2
66
77vintageGroup = org.junit.vintage
8- vintageVersion = 4.12.2-SNAPSHOT
8+ vintageVersion = 4.12.2
99
1010sourceCompatibility = 1.8
1111targetCompatibility = 1.8
You can’t perform that action at this time.
0 commit comments