Release 5.14.2 · junit-team/junit-framework@538370c (original) (raw)

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
1 1 group = org.junit
2 -version = 5.14.2-SNAPSHOT
2 +version = 5.14.2
3 3
4 4 jupiterGroup = org.junit.jupiter
5 5
6 6 platformGroup = org.junit.platform
7 -platformVersion = 1.14.2-SNAPSHOT
7 +platformVersion = 1.14.2
8 8
9 9 vintageGroup = org.junit.vintage
10 -vintageVersion = 5.14.2-SNAPSHOT
10 +vintageVersion = 5.14.2
11 11
12 12 # We need more metaspace due to apparent memory leak in Asciidoctor/JRuby
13 13 org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError