JAVA-20405 Remove 'modules' from spring-thymeleaf-attributes (#14300)

Co-authored-by: timis1 <noreplay@yahoo.com>
This commit is contained in:
timis1 2023-06-25 14:23:03 +03:00 committed by GitHub
parent a45901788f
commit fee50e9b34
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<parent>
<groupId>com.baeldung.spring-thymeleaf-attributes</groupId>
<artifactId>spring-thymeleaf-attributes-modules</artifactId>
<artifactId>spring-thymeleaf-attributes</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.spring-thymeleaf-attributes</groupId>
<artifactId>spring-thymeleaf-attributes-modules</artifactId>
<artifactId>spring-thymeleaf-attributes</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>