From 9cd8a0510c650832bbdfe84411f4f6fbe6dfceaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rade=20Martinovi=C4=87?= Date: Fri, 8 Dec 2017 15:35:32 +0100 Subject: [PATCH] Now using maven property for Spring version Now using maven property for Spring version instead of hardcoded string --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ea6cab752..d1bad67b7 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,7 @@ 1.7 UTF-8 UTF-8 + 4.3.11.RELEASE @@ -108,21 +109,21 @@ org.springframework spring-core - 4.3.5.RELEASE + ${spring.version} compile true org.springframework spring-context - 4.3.5.RELEASE + ${spring.version} compile true org.springframework spring-beans - 4.3.5.RELEASE + ${spring.version} compile true