From 603d5968dda43c36f2f57fac6080cd6304b045e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Hohwiller?= Date: Mon, 31 May 2021 10:57:08 +0200 Subject: [PATCH] #13: fixed indendation --- pom.xml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index d013586..5c0fa3a 100644 --- a/pom.xml +++ b/pom.xml @@ -66,9 +66,9 @@ ${maven.resources.plugin.version} - org.apache.maven.plugins - maven-compiler-plugin - ${maven.compiler.plugin.version} + org.apache.maven.plugins + maven-compiler-plugin + ${maven.compiler.plugin.version} org.apache.maven.plugins @@ -131,7 +131,7 @@ ${maven.javadoc.plugin.version} - + true protected ${project.reporting.outputEncoding} @@ -270,14 +270,14 @@ - org.apache.maven.plugins - maven-compiler-plugin - - ${project.build.sourceEncoding} - ${java.version} - ${java.version} - true - + org.apache.maven.plugins + maven-compiler-plugin + + ${project.build.sourceEncoding} + ${java.version} + ${java.version} + true + @@ -437,7 +437,7 @@ - + @@ -555,8 +555,8 @@ false - - + + @@ -565,7 +565,8 @@ https://github.com/${github.organization}/${github.repository}/issues - + scm:git:https://github.com/${github.organization}/${github.repository}.git scm:git:https://github.com/${github.organization}/${github.repository}.git https://github.com/${github.organization}/${github.repository}/tree/${github.default.branch}