Skip to content

Commit

Permalink
Prepare next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Feb 16, 2022
1 parent 849dd7c commit bd8ada9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ description = "Spock Framework"

ext {
baseVersion = "2.2"
snapshotVersion = false
milestone = 1
snapshotVersion = true
milestone = 0
variants = [2.5, 3.0, 4.0]
variant = System.getProperty("variant") as BigDecimal ?: variants.first()
buildScan.tag "groovy-$variant"
Expand Down
2 changes: 2 additions & 0 deletions docs/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
= Release Notes
include::include.adoc[]

== 2.2 (tbd)

== 2.2-M1 (2022-02-16)

* Add Groovy 4 support https://github.com/spockframework/spock/pull/1382[#1382]
Expand Down

0 comments on commit bd8ada9

Please sign in to comment.