Skip to content

Commit

Permalink
prepare next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hauner committed Apr 14, 2014
1 parent 9dec38a commit 54401b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
@@ -1,3 +1,10 @@
### 0.11.0 ###

unreleased ([source code](https://github.com/hauner/grails-cucumber))

* this release adds grails 2.3 support. To use fork mode at least grails 2.3.8 is required.


### 0.10.0 ###

29th December 2013 ([source code](https://github.com/hauner/grails-cucumber/tree/0.10.0))
Expand Down
4 changes: 2 additions & 2 deletions CucumberGrailsPlugin.groovy
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2013 Martin Hauner
* Copyright 2011-2014 Martin Hauner
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*/

class CucumberGrailsPlugin {
def version = "0.11.0"
def version = "0.11.0-SNAPSHOT"
def grailsVersion = "2.0.0 > *"
def dependsOn = [:]
def pluginExcludes = [
Expand Down

0 comments on commit 54401b2

Please sign in to comment.