Skip to content

Commit

Permalink
updated a couple of references to the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Jun 30, 2016
1 parent 0d96d73 commit 09760c6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>1.0-groovy-2.4</version>
<version>1.1-groovy-2.4-rc-1</version>
</dependency>

### 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"


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Spock Framework Reference Documentation
Peter Niederwieser
Version 1.0
Version 1.1-rc-1

. <<introduction.adoc#,Introduction>>
. <<getting_started.adoc#,Getting Started>>
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes.adoc
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 09760c6

Please sign in to comment.