From a469b38ec48662da209777d6c3b28a3f7cdfdd48 Mon Sep 17 00:00:00 2001 From: Teal Bauer Date: Tue, 8 Apr 2025 09:43:53 +0200 Subject: [PATCH] fix: Fix versioning once and for all, maybe? --- pom.xml | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index 8e96331..6d498ef 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ eu.starsong.ghidra GhydraMCP jar - ${revision} + dev GhydraMCP https://github.com/starsong-consulting/GhydraMCP @@ -17,7 +17,7 @@ true true yyyyMMdd-HHmmss - dev-SNAPSHOT + dev @@ -143,28 +143,6 @@ - - - org.codehaus.mojo - build-helper-maven-plugin - 3.4.0 - - - set-revision-from-git - initialize - - regex-property - - - revision - ${git.closest.tag.name} - ^$ - ${git.commit.id.abbrev}${git.dirty ? "-dirty" : ""} - false - - - - @@ -210,7 +188,7 @@ src/assembly/ghidra-extension.xml - GhydraMCP-${git.commit.id.abbrev}-${maven.build.timestamp} + GhydraMCP-${git.commit.id.describe}-${maven.build.timestamp} false @@ -227,7 +205,7 @@ src/assembly/complete-package.xml - GhydraMCP-Complete-${git.commit.id.abbrev}-${maven.build.timestamp} + GhydraMCP-Complete-${git.commit.id.describe}-${maven.build.timestamp} false