From 10033b0124ff8aba67aa9197bfb1dd00646e1668 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Fri, 14 Feb 2025 22:16:16 -0600 Subject: Release v1.0.0 --- pom.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c9ab951..8fad09e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.berzerkula builddb - 0.0.1-SNAPSHOT + 1.0.0 builddb builddb @@ -103,6 +103,29 @@ jasypt-maven-plugin 3.0.5 + + io.github.git-commit-id + git-commit-id-maven-plugin + 5.0.0 + + + get-the-git-infos + + revision + + initialize + + + + true + ${project.build.outputDirectory}/git.properties + + ^git.build.(time|version)$ + ^git.commit.id.(abbrev|full)$ + + full + + -- cgit v1.2.3-54-g00ecf