Bumping versions before release

This commit is contained in:
Marcin Grzejszczak
2017-01-30 11:41:56 +01:00
parent c2a8bb8cb7
commit dfceed2ce1
75 changed files with 138 additions and 123 deletions

View File

@@ -10,12 +10,12 @@ buildscript {
maven { url "http://repo.spring.io/plugins-staging-local/" }
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:1.5.0.BUILD-SNAPSHOT"
classpath "org.springframework.boot:spring-boot-gradle-plugin:1.5.0.RC1"
}
}
group = 'com.example'
version = '0.0.1-SNAPSHOT'
version = '0.0.1.M1'
repositories {
mavenCentral()