Upgrade to 0.9.0

This commit is contained in:
Marco Vermeulen
2012-12-07 13:56:29 +00:00
parent a51eb0ba66
commit d29a2bc7fa
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
vertxVersion = '1.3.0.final'
gvmVersion = '0.8.4'
gvmVersion = '0.9.0'
environments {
dev {
gvmService = 'http://localhost:8080'

View File

@@ -2,10 +2,10 @@ Feature: Version
Scenario: Show the current version of gvm
When I enter "gvm version"
Then I see "Groovy enVironment Manager 0.8.4"
Then I see "Groovy enVironment Manager 0.9.0"
Scenario: The local gvm is out of date
Given no prior Broadcast was received
And a new Broadcast "This is a LIVE Broadcast!" is available
When I enter "gvm broadcast"
Then I see only "This is a LIVE Broadcast!"
Then I see only "This is a LIVE Broadcast!"

View File

@@ -11,7 +11,7 @@ class VertxUtils {
final static candidates = [groovy:groovy,grails:grails]
final static defaults = [groovy:'2.0.5',grails:'2.1.0']
static final gvmVersion = '0.8.4'
static final gvmVersion = '0.9.0'
static final vertxVersion = '1.3.0.final'