diff --git a/pom.xml b/pom.xml index 09d8918..8e96331 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ jar ${revision} GhydraMCP - https://github.com/teal-bauer/GhydraMCP + https://github.com/starsong-consulting/GhydraMCP UTF-8 @@ -99,14 +99,14 @@ - + org.apache.maven.plugins @@ -115,16 +115,15 @@ 21 21 - -Xlint:-path - + io.github.git-commit-id git-commit-id-maven-plugin - 5.0.0 + 9.0.1 get-git-info @@ -135,19 +134,16 @@ + + true + true ${project.build.outputDirectory}/git.properties - - git.commit.id.abbrev - git.commit.time - git.closest.tag.name - git.build.version - full - + org.codehaus.mojo build-helper-maven-plugin @@ -161,9 +157,9 @@ revision - ${git.commit.id.abbrev}-${maven.build.timestamp} - .* - $0 + ${git.closest.tag.name} + ^$ + ${git.commit.id.abbrev}${git.dirty ? "-dirty" : ""} false