From 26e35e6a6f03dd80e8a6828d5f45d11d7c6e1e00 Mon Sep 17 00:00:00 2001 From: Vinicius Carvalho Date: Mon, 31 Jul 2017 15:38:03 -0400 Subject: [PATCH] Use property to control checkstyle version --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cbbd8049e..0211bf776 100644 --- a/pom.xml +++ b/pom.xml @@ -12,6 +12,7 @@ 1.3.0.BUILD-SNAPSHOT + 1.3.4.BUILD-SNAPSHOT @@ -101,7 +102,7 @@ org.springframework.cloud spring-cloud-build-tools - ${project.parent.version} + ${spring-cloud-build.version}