Update hardcoded bootstrap references to 0.5.0

This commit is contained in:
Phillip Webb
2013-05-08 14:37:30 -07:00
parent a0fb085102
commit 589ef1868d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
package org.test
@Grab("org.springframework.bootstrap:spring-bootstrap-service:0.0.1-SNAPSHOT")
@Grab("org.springframework.bootstrap:spring-bootstrap-actuator:0.5.0.BUILD-SNAPSHOT")
@Controller
class SampleController {