From 3d26e477a71f926c1ef3a3a2177554f56edba988 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Tue, 30 Jan 2024 10:10:14 +0100 Subject: [PATCH] Tidy up POM. --- pom.xml | 94 ++++++++++++++++++++++++++------------------------------- 1 file changed, 43 insertions(+), 51 deletions(-) diff --git a/pom.xml b/pom.xml index e4efad85..72e02d2c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,11 @@ - - + 4.0.0 + edu.hm.hafner codingstyle 3.42.0-SNAPSHOT - jar Java coding style @@ -18,14 +16,7 @@ required in this project. These classes also use some additional libraries that are included using the Maven dependency mechanism. If the sample classes are deleted then the dependencies can be safely deleted, too. - - - scm:git:https://github.com/uhafner/codingstyle.git - scm:git:git@github.com:uhafner/codingstyle.git - https://github.com/uhafner/codingstyle - HEAD - - + https://www.cs.hm.edu/die_fakultaet/ansprechpartner/professoren/hafner/index.de.html MIT license @@ -47,7 +38,22 @@ - https://www.cs.hm.edu/die_fakultaet/ansprechpartner/professoren/hafner/index.de.html + + scm:git:https://github.com/uhafner/codingstyle.git + scm:git:git@github.com:uhafner/codingstyle.git + https://github.com/uhafner/codingstyle + HEAD + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + UTF-8 @@ -135,7 +141,6 @@ - com.github.spotbugs @@ -221,7 +226,30 @@ false - + + + + org.pitest + pitest-maven + ${maven-pitest-plugin.version} + + + org.pitest + pitest-junit5-plugin + ${pitest-junit5-plugin.version} + + + + XML,HTML + + *equals + *hashCode + *toString + + + + + org.apache.maven.plugins @@ -725,30 +753,6 @@ - - - - org.pitest - pitest-maven - ${maven-pitest-plugin.version} - - - org.pitest - pitest-junit5-plugin - ${pitest-junit5-plugin.version} - - - - XML,HTML - - *equals - *hashCode - *toString - - - - - @@ -836,16 +840,4 @@ - - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - -