Skip to content

Commit

Permalink
Format XML code
Browse files Browse the repository at this point in the history
  • Loading branch information
lulunac27a committed Jul 6, 2024
1 parent ae64711 commit ec8ba01
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions datetime-thymeleaf/pom.xml
Original file line number Diff line number Diff line change
@@ -1,30 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8" ?>
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.1</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
<artifactId>lulunac27a</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>java-datetime-thymeleft</name>
<description>Print date and time in all supported formats using Thymeleaf</description>
<url/>
<description
>Print date and time in all supported formats using Thymeleaf</description>
<url />
<licenses>
<license/>
<license />
</licenses>
<developers>
<developer/>
<developer />
</developers>
<scm>
<connection/>
<developerConnection/>
<tag/>
<url/>
<connection />
<developerConnection />
<tag />
<url />
</scm>
<properties>
<java.version>17</java.version>
Expand Down

0 comments on commit ec8ba01

Please sign in to comment.