mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00
Fix version range following Spring Boot 1.4.3.RELEASE
Closes gh-336
This commit is contained in:
@@ -33,9 +33,9 @@ initializr:
|
||||
- versionRange: "[1.3.9.BUILD-SNAPSHOT,1.4.0.RELEASE)"
|
||||
version: Brixton.BUILD-SNAPSHOT
|
||||
repositories: spring-snapshots,spring-milestones
|
||||
- versionRange: "[1.4.0.RELEASE,1.4.3.BUILD-SNAPSHOT)"
|
||||
- versionRange: "[1.4.0.RELEASE,1.4.4.BUILD-SNAPSHOT)"
|
||||
version: Camden.SR3
|
||||
- versionRange: "[1.4.3.BUILD-SNAPSHOT, 1.5.0.M1)"
|
||||
- versionRange: "[1.4.4.BUILD-SNAPSHOT, 1.5.0.M1)"
|
||||
version: Camden.BUILD-SNAPSHOT
|
||||
repositories: spring-snapshots,spring-milestones
|
||||
- versionRange: "1.5.0.M1"
|
||||
@@ -48,9 +48,9 @@ initializr:
|
||||
mappings:
|
||||
- versionRange: "[1.3.2.RELEASE,1.4.0.M1)"
|
||||
version: 1.0.1.RELEASE
|
||||
- versionRange: "[1.4.0.M1,1.4.3.BUILD-SNAPSHOT)"
|
||||
- versionRange: "[1.4.0.M1,1.4.4.BUILD-SNAPSHOT)"
|
||||
version: 1.1.0.RELEASE
|
||||
- versionRange: 1.4.3.BUILD-SNAPSHOT
|
||||
- versionRange: 1.4.4.BUILD-SNAPSHOT
|
||||
version: 1.1.1.BUILD-SNAPSHOT
|
||||
repositories: spring-snapshots,spring-milestones
|
||||
cloud-services-bom:
|
||||
@@ -63,9 +63,9 @@ initializr:
|
||||
- versionRange: "[1.3.9.BUILD-SNAPSHOT,1.4.0.RELEASE)"
|
||||
version: 1.2.2.BUILD-SNAPSHOT
|
||||
repositories: spring-snapshots,spring-milestones
|
||||
- versionRange: "[1.4.0.RELEASE,1.4.3.BUILD-SNAPSHOT)"
|
||||
- versionRange: "[1.4.0.RELEASE,1.4.4.BUILD-SNAPSHOT)"
|
||||
version: 1.3.1.RELEASE
|
||||
- versionRange: "[1.4.3.BUILD-SNAPSHOT, 1.5.0.M1)"
|
||||
- versionRange: "[1.4.4.BUILD-SNAPSHOT, 1.5.0.M1)"
|
||||
version: 1.3.2.BUILD-SNAPSHOT
|
||||
repositories: spring-snapshots,spring-milestones
|
||||
experimental-reactive-bom:
|
||||
|
Reference in New Issue
Block a user