Add version to pom and gradle build

This commit is contained in:
Dave Syer
2014-04-01 17:22:18 +01:00
parent 9ed3be9ba9
commit 50f95ccf94
3 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.0.0.BUILD-SNAPSHOT'
springBootVersion = '${bootVersion}'
}
repositories {
mavenLocal()

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>${bootVersion}</version>
</parent>
<dependencies><% styles.each { %>