Skip to content

Commit ba76027

Browse files
Updated version to 3.1.3.RELEASE
1 parent f61b9d7 commit ba76027

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

documentation.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2>
7676
(<a href="doc/articles/thymeleaf31whatsnew_ja.html">Japanese translation</a>)
7777
</li>
7878
<li>
79-
<a href="https://github.com/thymeleaf/thymeleaf/releases/tag/thymeleaf-3.1.2.RELEASE">Thymeleaf 3.1.2 GitHub Release</a>
79+
<a href="https://github.com/thymeleaf/thymeleaf/releases/tag/thymeleaf-3.1.3.RELEASE">Thymeleaf 3.1.3 GitHub Release</a>
8080
</li>
8181
<li>
8282
<a href="https://github.com/thymeleaf/thymeleaf/">Thymeleaf GitHub Repository</a>
@@ -335,11 +335,11 @@ <h3>
335335
</h3>
336336
</header>
337337
<ul>
338-
<li><a href="apidocs/thymeleaf/3.1.2.RELEASE">thymeleaf 3.1.2.RELEASE</a></li>
339-
<li><a href="apidocs/thymeleaf-spring5/3.1.2.RELEASE">thymeleaf-spring5 3.1.2.RELEASE</a></li>
340-
<li><a href="apidocs/thymeleaf-spring6/3.1.2.RELEASE">thymeleaf-spring6 3.1.2.RELEASE</a></li>
341-
<li><a href="apidocs/thymeleaf-extras-springsecurity5/3.1.2.RELEASE">thymeleaf-extras-springsecurity5 3.1.2.RELEASE</a></li>
342-
<li><a href="apidocs/thymeleaf-extras-springsecurity6/3.1.2.RELEASE">thymeleaf-extras-springsecurity6 3.1.2.RELEASE</a></li>
338+
<li><a href="apidocs/thymeleaf/3.1.3.RELEASE">thymeleaf 3.1.3.RELEASE</a></li>
339+
<li><a href="apidocs/thymeleaf-spring5/3.1.3.RELEASE">thymeleaf-spring5 3.1.3.RELEASE</a></li>
340+
<li><a href="apidocs/thymeleaf-spring6/3.1.3.RELEASE">thymeleaf-spring6 3.1.3.RELEASE</a></li>
341+
<li><a href="apidocs/thymeleaf-extras-springsecurity5/3.1.3.RELEASE">thymeleaf-extras-springsecurity5 3.1.3.RELEASE</a></li>
342+
<li><a href="apidocs/thymeleaf-extras-springsecurity6/3.1.3.RELEASE">thymeleaf-extras-springsecurity6 3.1.3.RELEASE</a></li>
343343
</ul>
344344
</section>
345345

download.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ <h1 class="hero-header-title">Thymeleaf</h1>
6464
<main class="fluid-block">
6565
<section class="description">
6666
<p>
67-
<strong>Thymeleaf 3.1.2.RELEASE</strong> is the latest version. It requires <strong>Java SE 8</strong> or newer.
67+
<strong>Thymeleaf 3.1.3.RELEASE</strong> is the latest version. It requires <strong>Java SE 8</strong> or newer.
6868
</p>
6969
<ul>
70-
<li>Release date: 30 July 2023</li>
70+
<li>Release date: 9 December 2024</li>
7171
<li>See <a href="doc/articles/thymeleaf31whatsnew.html">what's new in Thymeleaf 3.1 and how to migrate</a>.</li>
7272
</ul>
7373
</section>
@@ -146,7 +146,7 @@ <h2>
146146
<dependency>
147147
<groupId>org.thymeleaf</groupId>
148148
<artifactId>thymeleaf</artifactId>
149-
<version>3.1.2.RELEASE</version>
149+
<version>3.1.3.RELEASE</version>
150150
</dependency>
151151
--></code></pre>
152152
</section>

faq.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,16 +396,16 @@ <h3>
396396
<p>Also, you will have to modify your Thymeleaf dependency/ies to use
397397
a <i>snapshot version</i>, which usually consists of the version
398398
number of the <b>next</b> release (not the current one), followed by
399-
<code>-SNAPSHOT</code>. For example, if <code>3.1.2.RELEASE</code> is the
399+
<code>-SNAPSHOT</code>. For example, if <code>3.1.3.RELEASE</code> is the
400400
latest published stable release, snapshots will probably appear under
401-
the <code>3.1.3-SNAPSHOT</code> or even
401+
the <code>3.1.4-SNAPSHOT</code> or even
402402
<code>3.2.0-SNAPSHOT</code> version numbers:</p>
403403

404404
<pre><code class="language-xml"><!--
405405
<dependency>
406406
<groupId>org.thymeleaf</groupId>
407407
<artifactId>thymeleaf</artifactId>
408-
<version>3.1.3-SNAPSHOT</version>
408+
<version>3.1.4-SNAPSHOT</version>
409409
<scope>compile</scope>
410410
</dependency>
411411
--></code></pre>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1 class="hero-header-title">Thymeleaf</h1>
6161

6262
<!-- News block -->
6363
<div class="news fluid-block">
64-
<i>30 July 2023</i>: <strong>Thymeleaf 3.1.2.RELEASE</strong> has been published.<br>
64+
<i>9 December 2024</i>: <strong>Thymeleaf 3.1.3.RELEASE</strong> has been published.<br>
6565
See <a href="doc/articles/thymeleaf31whatsnew.html">what's new in Thymeleaf 3.1 and how to migrate</a>.
6666
</div>
6767

0 commit comments

Comments
 (0)