Skip to content

Commit

Permalink
Update to TL 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Syer committed Oct 17, 2017
1 parent 56b971c commit b4f55cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.M4</version>
<version>2.0.0.M5</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<thymeleaf-spring5.version>3.0.8-SNAPSHOT</thymeleaf-spring5.version>
<thymeleaf-spring5.version>3.0.8.RELEASE</thymeleaf-spring5.version>
</properties>

<dependencies>
Expand Down

0 comments on commit b4f55cf

Please sign in to comment.