Skip to content

Commit 54e4984

Browse files
timis1timis1
andauthored
JAVA-20405 Remove 'modules' from spring-thymeleaf-attributes (eugenp#14300)
Co-authored-by: timis1 <[email protected]>
1 parent fec3f5b commit 54e4984

File tree

2 files changed

+2
-2
lines changed
  • spring-web-modules/spring-thymeleaf-attributes

2 files changed

+2
-2
lines changed

spring-web-modules/spring-thymeleaf-attributes/accessing-session-attributes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<parent>
1414
<groupId>com.baeldung.spring-thymeleaf-attributes</groupId>
15-
<artifactId>spring-thymeleaf-attributes-modules</artifactId>
15+
<artifactId>spring-thymeleaf-attributes</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>

spring-web-modules/spring-thymeleaf-attributes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.baeldung.spring-thymeleaf-attributes</groupId>
8-
<artifactId>spring-thymeleaf-attributes-modules</artifactId>
8+
<artifactId>spring-thymeleaf-attributes</artifactId>
99
<version>0.0.1-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

0 commit comments

Comments
 (0)