Revert "Next development version"

This reverts commit 1d0eea12eb.
Returning to 1.0.0.BUILD-SNAPSHOT for an updated release.
This commit is contained in:
Phillip Webb
2014-03-31 17:14:30 -07:00
parent 05432c27fa
commit ac4cdd33c3
68 changed files with 119 additions and 105 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>1.0.1.BUILD-SNAPSHOT</version>
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
<properties>
<main.basedir>${basedir}/../..</main.basedir>