Upgrade version to 1.0.0.BUILD-SNAPSHOT

Fixes fg-243
This commit is contained in:
Phillip Webb
2014-01-21 00:02:09 -08:00
parent 3d60696b9b
commit 68293f34af
61 changed files with 84 additions and 84 deletions

View File

@@ -7,7 +7,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
<properties>
<main.basedir>${basedir}/../..</main.basedir>