From b6651a8bcd00b7ca20c3858eaebe5f66fc6d0fd9 Mon Sep 17 00:00:00 2001 From: Jacob Casper Date: Sun, 9 Jun 2024 20:25:33 -0500 Subject: [PATCH] Re-indent pom.xml --- pom.xml | 234 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 117 insertions(+), 117 deletions(-) diff --git a/pom.xml b/pom.xml index 0c09d7c..8e6637f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,126 +1,126 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - com.jacobcasper - xivgraph - pom - 1.0-SNAPSHOT - xivgraph - https://www.jacobcasper.com + com.jacobcasper + xivgraph + pom + 1.0-SNAPSHOT + xivgraph + https://www.jacobcasper.com - - fflogsclient - xivgraphrest - + + fflogsclient + xivgraphrest + - - UTF-8 - 22 - 22 - 3.3.0 - + + UTF-8 + 22 + 22 + 3.3.0 + - - - org.springframework.boot - spring-boot - ${springBootVersion} - - - org.springframework.boot - spring-boot-autoconfigure - ${springBootVersion} - - - org.springframework.boot - spring-boot-starter-thymeleaf - ${springBootVersion} - - - org.springframework.boot - spring-boot-starter-web - ${springBootVersion} - - - junit - junit - 4.11 - test - - + + + org.springframework.boot + spring-boot + ${springBootVersion} + + + org.springframework.boot + spring-boot-autoconfigure + ${springBootVersion} + + + org.springframework.boot + spring-boot-starter-thymeleaf + ${springBootVersion} + + + org.springframework.boot + spring-boot-starter-web + ${springBootVersion} + + + junit + junit + 4.11 + test + + - - - - - maven-clean-plugin - - - maven-resources-plugin - - - maven-compiler-plugin - - - maven-surefire-plugin - - - maven-assembly-plugin - - - maven-deploy-plugin - - - org.springframework.boot - spring-boot-maven-plugin - - - - - - maven-assembly-plugin - - - - true - com.jacobcasper.xivgraph.App - - - - jar-with-dependencies - - - - - make-assembly - package - - single - - - - - - maven-install-plugin - - - maven-dependency-plugin - - - analyze - package - - analyze-dep-mgt - - - true - - - - - - + + + + + maven-clean-plugin + + + maven-resources-plugin + + + maven-compiler-plugin + + + maven-surefire-plugin + + + maven-assembly-plugin + + + maven-deploy-plugin + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + maven-assembly-plugin + + + + true + com.jacobcasper.xivgraph.App + + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + + + maven-install-plugin + + + maven-dependency-plugin + + + analyze + package + + analyze-dep-mgt + + + true + + + + + + -- 2.20.1