Update tests to 0.8.3

This commit is contained in:
Marco Vermeulen
2012-11-17 14:31:55 +00:00
parent 2c180e84b3
commit 2cd3ab91e5
2 changed files with 3 additions and 3 deletions

View File

@@ -2,4 +2,4 @@ Feature: Version
Scenario: Show the current version of gvm
When I enter "gvm version"
Then I see "Groovy enVironment Manager 0.8.2"
Then I see "Groovy enVironment Manager 0.8.3"

View File

@@ -10,8 +10,8 @@ class VertxUtils {
final static candidates = [grails:grails]
final static defaults = [grails:'2.1.0']
static final gvmVersion = '0.8.2'
static final vertxVersion = '1.2.3.final'
static final gvmVersion = '0.8.3'
static final vertxVersion = '1.3.0.final'
static templateEngine = new SimpleTemplateEngine()