Skip to content

Commit

Permalink
Release Spock 2.2-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Jul 15, 2022
1 parent 5c6450b commit 4b28f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:spock-release-version: 2.2-M1
:spock-release-date: 2022-02-16
:spock-release-version: 2.2-M2
:spock-release-date: 2022-07-15
:spock-snapshot-version: 2.2

https://github.com/spockframework/spock/blob/master/LICENSE[image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[License]]
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ description = "Spock Framework"

ext {
baseVersion = "2.2"
snapshotVersion = true
milestone = 0
snapshotVersion = false
milestone = 2
javaVersions = [8, 11, 17] // ensure that latest version is actually build on travis, otherwise no docs get published
javaVersion = (System.getProperty("javaVersion") ?: 8) as int
variants = [2.5, 3.0, 4.0]
Expand Down

0 comments on commit 4b28f26

Please sign in to comment.