Use milestone of reactive starter

This commit makes sure that if a fixed release of Spring Boot is used,
the milestone version of the reactive starter is used as well.
This commit is contained in:
Stephane Nicoll
2016-08-10 13:56:43 +02:00
parent 6d5d82c398
commit 050969fa8a
3 changed files with 44 additions and 6 deletions

View File

@@ -46,8 +46,14 @@ initializr:
experimental-reactive-bom:
groupId: org.springframework.boot.experimental
artifactId: spring-boot-dependencies-web-reactive
version: 0.1.0.BUILD-SNAPSHOT
repositories: spring-snapshots,spring-milestones
mappings:
- versionRange: "[1.4.0.M1, 1.4.1.M1)"
version: 0.1.0.M1
repositories: spring-milestones
- versionRange: "1.4.1.BUILD-SNAPSHOT"
version: 0.1.0.BUILD-SNAPSHOT
repositories: spring-snapshots,spring-milestones
scs-bom:
groupId: io.pivotal.spring.cloud
artifactId: spring-cloud-services-dependencies