From 09760c696c4917bd3562272865ac9e213f41a458 Mon Sep 17 00:00:00 2001 From: Rob Fletcher Date: Thu, 30 Jun 2016 10:08:59 -0700 Subject: [PATCH] updated a couple of references to the version number --- .github/ISSUE_TEMPLATE.md | 10 +++++----- README.md | 2 +- docs/index.adoc | 2 +- docs/release_notes.adoc | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 9fdd03d706..251e80114a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -15,7 +15,7 @@ > A clear and concise description. > Make sure you choose the correct label as well (bug or enhancement) -# How to reproduce +# How to reproduce > Please provide information how to reproduce this issue. > Only applicable for bugs. @@ -49,21 +49,21 @@ ## Build-tool dependencies used ### Gradle/Grails - compile 'org.spockframework:spock-core:1.0-groovy-2.4' + compile 'org.spockframework:spock-core:1.1-groovy-2.4-rc-1' ### Apache Maven org.spockframework spock-core - 1.0-groovy-2.4 + 1.1-groovy-2.4-rc-1 ### Groovy Grape @Grapes( - @Grab(group='org.spockframework', module='spock-core', version='1.0-groovy-2.4') + @Grab(group='org.spockframework', module='spock-core', version='1.1-groovy-2.4-rc-1') ) ### Scala SBT - libraryDependencies += "org.spockframework" % "spock-core" % "1.0-groovy-2.4" + libraryDependencies += "org.spockframework" % "spock-core" % "1.1-groovy-2.4-rc-1" diff --git a/README.md b/README.md index 8447ceab91..c9a3f36fa1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ http://webconsole.spockframework.org. Latest Versions --------------- -The latest release version is **1.0** (1.0-groovy-2.0, 1.0-groovy-2.3, 1.0-groovy-2.4), released on 2015-03-02. The +The latest release version is **1.1-rc-1** (1.1-groovy-2.0-rc-1, 1.1-groovy-2.3-rc-1, 1.1-groovy-2.4-rc-1), released on 2016-06-29. The current development version is **1.1-SNAPSHOT** (1.1-groovy-2.0-SNAPSHOT, 1.1-groovy-2.3-SNAPSHOT, 1.1-groovy-2.4-SNAPSHOT). Releases are available from [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cspock). diff --git a/docs/index.adoc b/docs/index.adoc index 471a1b9c75..875ca0a9a4 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -1,6 +1,6 @@ = Spock Framework Reference Documentation Peter Niederwieser -Version 1.0 +Version 1.1-rc-1 . <> . <> diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 9e4d0d34e6..5c880628b8 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -1,6 +1,6 @@ = Release Notes -== 1.1-rc-1 +== 1.1-rc-1 (released 2016-06-30) A number of excellent pull requests have been integrated into the 1.1 stream. Currently some features are incubating.