From 67bdf684196ae214d814513f52a0d38d4ed8e954 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Sat, 6 Jan 2018 10:13:59 +0100 Subject: [PATCH] Normalises name of property with Spring version --- apps/pom.xml | 2 +- pom.xml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/pom.xml b/apps/pom.xml index 1a7d12c96..791f306ba 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -99,7 +99,7 @@ org.springframework spring-test - ${struts2.springPlatformVersion} + ${spring.platformVersion} test diff --git a/pom.xml b/pom.xml index 73267690e..b15d3b880 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ UTF-8 - 4.3.13.RELEASE + 4.3.13.RELEASE 3.1.15 5.2 3.0.7 @@ -878,47 +878,47 @@ org.springframework spring-core - ${struts2.springPlatformVersion} + ${spring.platformVersion} org.springframework spring-webmvc-portlet - ${struts2.springPlatformVersion} + ${spring.platformVersion} org.springframework spring-context - ${struts2.springPlatformVersion} + ${spring.platformVersion} org.springframework spring-aop - ${struts2.springPlatformVersion} + ${spring.platformVersion} org.springframework spring-aspects - ${struts2.springPlatformVersion} + ${spring.platformVersion} org.springframework spring-beans - ${struts2.springPlatformVersion} + ${spring.platformVersion} org.springframework spring-test - ${struts2.springPlatformVersion} + ${spring.platformVersion} org.springframework spring-context-support - ${struts2.springPlatformVersion} + ${spring.platformVersion} org.springframework spring-web - ${struts2.springPlatformVersion} + ${spring.platformVersion}