Skip to content

Commit

Permalink
Updated version to 3.1.3.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfernandez committed Dec 9, 2024
1 parent f61b9d7 commit ba76027
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2>
(<a href="doc/articles/thymeleaf31whatsnew_ja.html">Japanese translation</a>)
</li>
<li>
<a href="https://github.com/thymeleaf/thymeleaf/releases/tag/thymeleaf-3.1.2.RELEASE">Thymeleaf 3.1.2 GitHub Release</a>
<a href="https://github.com/thymeleaf/thymeleaf/releases/tag/thymeleaf-3.1.3.RELEASE">Thymeleaf 3.1.3 GitHub Release</a>
</li>
<li>
<a href="https://github.com/thymeleaf/thymeleaf/">Thymeleaf GitHub Repository</a>
Expand Down Expand Up @@ -335,11 +335,11 @@ <h3>
</h3>
</header>
<ul>
<li><a href="apidocs/thymeleaf/3.1.2.RELEASE">thymeleaf 3.1.2.RELEASE</a></li>
<li><a href="apidocs/thymeleaf-spring5/3.1.2.RELEASE">thymeleaf-spring5 3.1.2.RELEASE</a></li>
<li><a href="apidocs/thymeleaf-spring6/3.1.2.RELEASE">thymeleaf-spring6 3.1.2.RELEASE</a></li>
<li><a href="apidocs/thymeleaf-extras-springsecurity5/3.1.2.RELEASE">thymeleaf-extras-springsecurity5 3.1.2.RELEASE</a></li>
<li><a href="apidocs/thymeleaf-extras-springsecurity6/3.1.2.RELEASE">thymeleaf-extras-springsecurity6 3.1.2.RELEASE</a></li>
<li><a href="apidocs/thymeleaf/3.1.3.RELEASE">thymeleaf 3.1.3.RELEASE</a></li>
<li><a href="apidocs/thymeleaf-spring5/3.1.3.RELEASE">thymeleaf-spring5 3.1.3.RELEASE</a></li>
<li><a href="apidocs/thymeleaf-spring6/3.1.3.RELEASE">thymeleaf-spring6 3.1.3.RELEASE</a></li>
<li><a href="apidocs/thymeleaf-extras-springsecurity5/3.1.3.RELEASE">thymeleaf-extras-springsecurity5 3.1.3.RELEASE</a></li>
<li><a href="apidocs/thymeleaf-extras-springsecurity6/3.1.3.RELEASE">thymeleaf-extras-springsecurity6 3.1.3.RELEASE</a></li>
</ul>
</section>

Expand Down
6 changes: 3 additions & 3 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ <h1 class="hero-header-title">Thymeleaf</h1>
<main class="fluid-block">
<section class="description">
<p>
<strong>Thymeleaf 3.1.2.RELEASE</strong> is the latest version. It requires <strong>Java SE 8</strong> or newer.
<strong>Thymeleaf 3.1.3.RELEASE</strong> is the latest version. It requires <strong>Java SE 8</strong> or newer.
</p>
<ul>
<li>Release date: 30 July 2023</li>
<li>Release date: 9 December 2024</li>
<li>See <a href="doc/articles/thymeleaf31whatsnew.html">what's new in Thymeleaf 3.1 and how to migrate</a>.</li>
</ul>
</section>
Expand Down Expand Up @@ -146,7 +146,7 @@ <h2>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.1.2.RELEASE</version>
<version>3.1.3.RELEASE</version>
</dependency>
--></code></pre>
</section>
Expand Down
6 changes: 3 additions & 3 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,16 +396,16 @@ <h3>
<p>Also, you will have to modify your Thymeleaf dependency/ies to use
a <i>snapshot version</i>, which usually consists of the version
number of the <b>next</b> release (not the current one), followed by
<code>-SNAPSHOT</code>. For example, if <code>3.1.2.RELEASE</code> is the
<code>-SNAPSHOT</code>. For example, if <code>3.1.3.RELEASE</code> is the
latest published stable release, snapshots will probably appear under
the <code>3.1.3-SNAPSHOT</code> or even
the <code>3.1.4-SNAPSHOT</code> or even
<code>3.2.0-SNAPSHOT</code> version numbers:</p>

<pre><code class="language-xml"><!--
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
--></code></pre>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1 class="hero-header-title">Thymeleaf</h1>

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

Expand Down

0 comments on commit ba76027

Please sign in to comment.