Skip to content

Commit d485b02

Browse files
committed
Release Spock 2.0-M4
1 parent 03ada06 commit d485b02

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ description = "Spock Framework"
1313

1414
ext {
1515
baseVersion = "2.0"
16-
snapshotVersion = true
17-
milestone = 0
16+
snapshotVersion = false
17+
milestone = 4
1818
variants = [2.5, 3.0]
1919
variant = System.getProperty("variant") as BigDecimal ?: variants.first()
2020
if (variant == 2.5) {

docs/release_notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Release Notes
22
include::include.adoc[]
33

4-
== 2.0-M4 (tbd)
4+
== 2.0-M4 (2020-11-01)
55

66
- *Added <<parallel_execution.adoc#parallel-execution,Parallel Execution>> support*
77

0 commit comments

Comments
 (0)