Skip to content

Commit ec8ba01

Browse files
committed
Format XML code
1 parent ae64711 commit ec8ba01

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

datetime-thymeleaf/pom.xml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,34 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<project
3+
xmlns="http://maven.apache.org/POM/4.0.0"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
6+
>
47
<modelVersion>4.0.0</modelVersion>
58
<parent>
69
<groupId>org.springframework.boot</groupId>
710
<artifactId>spring-boot-starter-parent</artifactId>
811
<version>3.3.1</version>
9-
<relativePath/> <!-- lookup parent from repository -->
12+
<relativePath /> <!-- lookup parent from repository -->
1013
</parent>
1114
<groupId>com.example</groupId>
1215
<artifactId>lulunac27a</artifactId>
1316
<version>0.0.1-SNAPSHOT</version>
1417
<name>java-datetime-thymeleft</name>
15-
<description>Print date and time in all supported formats using Thymeleaf</description>
16-
<url/>
18+
<description
19+
>Print date and time in all supported formats using Thymeleaf</description>
20+
<url />
1721
<licenses>
18-
<license/>
22+
<license />
1923
</licenses>
2024
<developers>
21-
<developer/>
25+
<developer />
2226
</developers>
2327
<scm>
24-
<connection/>
25-
<developerConnection/>
26-
<tag/>
27-
<url/>
28+
<connection />
29+
<developerConnection />
30+
<tag />
31+
<url />
2832
</scm>
2933
<properties>
3034
<java.version>17</java.version>

0 commit comments

Comments
 (0)