From 19d0d362aa02d00965aeeecac34b485292a619eb Mon Sep 17 00:00:00 2001 From: Tim Chamberlain Date: Thu, 9 Feb 2023 15:16:44 -0600 Subject: [PATCH] SPRINT-20: attempt to update snapshot to match qqq repo --- pom.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 41e527c..da00493 100755 --- a/pom.xml +++ b/pom.xml @@ -25,10 +25,12 @@ com.kingsrook.qqq qqq-frontend-material-dashboard - 0.0.3-SNAPSHOT + ${revision} jar + 0.12.0-SNAPSHOT + UTF-8 UTF-8 17 @@ -101,6 +103,24 @@ maven-surefire-plugin 3.0.0-M5 + + com.amashchenko.maven.plugin + gitflow-maven-plugin + 1.18.0 + + + main + dev + version- + + true + install + true + 1 + revision + true + +