Upgrade version to 0.8.5

This commit is contained in:
Marco Vermeulen
2012-12-09 14:39:44 +00:00
parent 7c867b4677
commit df6fa65475
3 changed files with 3 additions and 3 deletions

View File

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

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.3"
Then I see "Groovy enVironment Manager 0.8.5"

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.3'
static final gvmVersion = '0.8.5'
static final vertxVersion = '1.3.0.final'