From 0188fff81e211c308a3a62d49cc4250a2dcd3a8b Mon Sep 17 00:00:00 2001 From: user Date: Fri, 24 Feb 2017 11:45:24 -0500 Subject: [PATCH] Updating versions --- platform-services/data-flow-server/pom.xml | 16 +++++++++++++- pom.xml | 25 ++++++++++++++++++++-- warehouse/warehouse-web/pom.xml | 2 +- 3 files changed, 39 insertions(+), 4 deletions(-) diff --git a/platform-services/data-flow-server/pom.xml b/platform-services/data-flow-server/pom.xml index d6dc9d7..f82f4f9 100644 --- a/platform-services/data-flow-server/pom.xml +++ b/platform-services/data-flow-server/pom.xml @@ -39,7 +39,21 @@ org.springframework.cloud spring-cloud-dataflow-dependencies - 1.1.2.RELEASE + 1.2.0.BUILD-SNAPSHOT + pom + import + + + org.springframework.cloud + spring-cloud-task-dependencies + 1.2.0.BUILD-SNAPSHOT + pom + import + + + org.springframework.cloud + spring-cloud-dependencies + Dalston.BUILD-SNAPSHOT pom import diff --git a/pom.xml b/pom.xml index 3e65b6f..f255e6c 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.2.RELEASE + 1.4.4.RELEASE @@ -32,6 +32,7 @@ order payment warehouse + ui @@ -52,7 +53,7 @@ org.springframework.cloud spring-cloud-dependencies - Camden.SR3 + Dalston.BUILD-SNAPSHOT pom import @@ -60,4 +61,24 @@ + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + \ No newline at end of file diff --git a/warehouse/warehouse-web/pom.xml b/warehouse/warehouse-web/pom.xml index d228dc2..97cc51c 100644 --- a/warehouse/warehouse-web/pom.xml +++ b/warehouse/warehouse-web/pom.xml @@ -33,7 +33,7 @@ org.springframework.boot - spring-boot-starter-redis + spring-boot-starter-data-redis runtime