Skip to content

Commit 2f8a926

Browse files
committed
Release Spock 2.0-M3
1 parent dfc0e71 commit 2f8a926

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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 = 3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Release Notes
22
include::include.adoc[]
33

4-
== 2.0-M3 (tbd)
4+
== 2.0-M3 (2020-06-11)
55

66
=== Breaking Changes
77

@@ -213,7 +213,7 @@ Spy(constructorArgs: [null as String, (Pattern) null])
213213
def "I'll run everywhere but on Windows"() { ... }
214214
----
215215

216-
- Execution with an unsupported Groovy version can be allowed with `-Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true` (#1164)
216+
- Execution with an unsupported Groovy version can be allowed with `-Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true` (#1164)
217217

218218
- Relax maximum allowed Groovy version in snapshot builds (#1108)
219219

0 commit comments

Comments
 (0)