JAVA-20405 Remove 'modules' from spring-thymeleaf-attributes (#14300)
Co-authored-by: timis1 <noreplay@yahoo.com>
This commit is contained in:
parent
a45901788f
commit
fee50e9b34
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue