Skip to content

Commit

Permalink
Prepare next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Nov 12, 2021
1 parent b9cb2b2 commit c2bcc86
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.1"
snapshotVersion = false
milestone = 2
snapshotVersion = true
milestone = 0
variants = [2.5, 3.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.1 (tbd)

== 2.1-M2 (2021-11-12)

* Fix issue with generated gradle module metadata that caused issues with consumers.
Expand Down

0 comments on commit c2bcc86

Please sign in to comment.