Skip to content

Commit 0280b17

Browse files
author
javi
committed
Release v3.4.0
1 parent 7d01ddf commit 0280b17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.jpenren</groupId>
55
<artifactId>thymeleaf-spring-data-dialect</artifactId>
6-
<version>3.4.0-SNAPSHOT</version>
6+
<version>3.4.0</version>
77

88
<name>Thymeleaf Spring Data Dialect</name>
99
<description>Data pagination made easy with Thymeleaf and Spring Data</description>
@@ -49,6 +49,7 @@
4949
<plugin>
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-source-plugin</artifactId>
52+
<version>3.0.1</version>
5253
<executions>
5354
<execution>
5455
<id>attach-sources</id>
@@ -61,6 +62,7 @@
6162
<plugin>
6263
<groupId>org.apache.maven.plugins</groupId>
6364
<artifactId>maven-javadoc-plugin</artifactId>
65+
<version>3.0.1</version>
6466
<executions>
6567
<execution>
6668
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)