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