From c39e07d210950b794425170c24ea2bbdfe077f9b Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Tue, 10 Jan 2017 16:17:21 -0500 Subject: [PATCH] Update Spring Cloud Build to 1.3.1.M1 --- pom.xml | 2 +- spring-cloud-stream-tools/pom.xml | 65 ++++++++++++++++++++++++++++++- 2 files changed, 65 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d0b2e159a..806309b3e 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.springframework.cloud spring-cloud-build - 1.3.1.BUILD-SNAPSHOT + 1.3.1.M1 diff --git a/spring-cloud-stream-tools/pom.xml b/spring-cloud-stream-tools/pom.xml index ddebf7ea2..cc5fe72b6 100644 --- a/spring-cloud-stream-tools/pom.xml +++ b/spring-cloud-stream-tools/pom.xml @@ -4,7 +4,7 @@ org.springframework.cloud spring-cloud-build - 1.3.1.BUILD-SNAPSHOT + 1.3.1.M1 @@ -13,5 +13,68 @@ spring-cloud-stream-build-tools Spring Cloud Stream Build Tools + + + spring + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/release + + false + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/libs-release-local + + false + + + + +