Skip to content

Commit

Permalink
Prepare next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Dec 31, 2019
1 parent c46e914 commit 8155b35
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ http://webconsole.spockframework.org.

Latest Versions
---------------
The latest release version is **1.3** (1.3-groovy-2.4, 1.3-groovy-2.5), released on 2019-01-22. The
current development version is **2.0-SNAPSHOT** (2.0-groovy-2.5-SNAPSHOT).
* The latest 1.x release version is **1.3** (1.3-groovy-2.4, 1.3-groovy-2.5), released on 2019-01-22.
* The latest 2.0 release version is **2.0-M1** (2.0-M!-groovy-2.5), released on 2019-12-31.
* The current development version is **2.0-SNAPSHOT** (2.0-groovy-2.5-SNAPSHOT).

**NOTE:** Spock 1.3 is the last planned release for 1.x based on JUnit 4. Spock 2.0 will be based on the JUnit 5 Platform
and require Java 8/groovy-2.5
**NOTE:** Spock 1.3 is the last release for 1.x based on JUnit 4. Spock 2.0 is based on the JUnit 5 Platform
and require Java 8/groovy-2.5

Releases are available from [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.spockframework%22).
Development snapshots are available from [Sonatype OSS](https://oss.sonatype.org/content/repositories/snapshots/org/spockframework/).
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.0"
snapshotVersion = false
milestone = 1
snapshotVersion = true
milestone = 0
variants = [2.5]
variant = System.getProperty("variant") as BigDecimal ?: variants.first()
if (variant == 2.5) {
Expand Down
2 changes: 2 additions & 0 deletions docs/release_notes.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= Release Notes
include::include.adoc[]

== 2.0-M2 (tbd)

== 2.0-M1 (31.12.2019)

This is the first milestone release to version 2.0. This means that we have migrated to the new
Expand Down

0 comments on commit 8155b35

Please sign in to comment.