Bump version to 1.0.5

This commit is contained in:
Marco Vermeulen
2013-05-09 09:29:59 +01:00
parent 46a642108e
commit c6a40bc321
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
vertxVersion = '1.3.1.final'
gvmVersion = '1.0.4'
gvmVersion = '1.0.5'
environments {
local {
gvmService = 'http://localhost:8080'

View File

@@ -5,7 +5,7 @@ Feature: Version
Scenario: Show the current version of gvm
When I enter "gvm version"
Then I see "Groovy enVironment Manager 1.0.4"
Then I see "Groovy enVironment Manager 1.0.5"
Scenario: The local gvm is out of date
Given no prior Broadcast was received

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 = '1.0.4'
static final gvmVersion = '1.0.5'
static final vertxVersion = '1.3.1.final'