BAEL-8842 Update spring-freemarker project

- Updated freemarker module's spring and freemarker version to latest
This commit is contained in:
Dhawal Kapil 2018-09-06 23:38:54 +05:30
parent f9277b37fe
commit de684bc3cc
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.freemarker.example</groupId>
<groupId>com.baeldung.freemarker</groupId>
<artifactId>spring-freemarker</artifactId>
<packaging>war</packaging>
<version>1.0-SNAPSHOT</version>
@ -9,8 +9,8 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<artifactId>parent-spring-5</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<dependencies>
@ -48,8 +48,8 @@
</dependencies>
<properties>
<spring.version>4.3.4.RELEASE</spring.version>
<freemarker.version>2.3.23</freemarker.version>
<spring.version>5.0.8.RELEASE</spring.version>
<freemarker.version>2.3.28</freemarker.version>
<servletapi.version>3.1.0</servletapi.version>
<failOnMissingWebXml>false</failOnMissingWebXml>
</properties>