Skip to content

Commit

Permalink
Release Spock 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Feb 15, 2022
1 parent 54812ee commit 163b25a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ https://meetspock.appspot.com/.

Latest Versions
---------------
* The latest 2.x release version is **2.1-M2** (2.1-M2-groovy-2.5, 2.1-M2-groovy-3.0), released on 2021-11-12.
* The current development version is **2.1-SNAPSHOT** (2.1-groovy-2.5-SNAPSHOT, 2.1-groovy-3.0-SNAPSHOT).
* The latest 2.x release version is **2.1** (2.1-M2-groovy-2.5, 2.1-M2-groovy-3.0), released on 2022-02-15.
* The current development version is **2.2-SNAPSHOT** (2.2-groovy-2.5-SNAPSHOT, 2.2-groovy-3.0-SNAPSHOT).

**NOTE:** Spock 2.0 is based on the JUnit 5 Platform and require Java 8+/groovy-2.5+ (Groovy 3.0 is recommended, especially in projects using Java 12+).

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "Spock Framework"

ext {
baseVersion = "2.1"
snapshotVersion = true
snapshotVersion = false
milestone = 0
variants = [2.5, 3.0]
variant = System.getProperty("variant") as BigDecimal ?: variants.first()
Expand Down

0 comments on commit 163b25a

Please sign in to comment.