From a5acda79330c325a935d08bbc03247c32755cf7c Mon Sep 17 00:00:00 2001 From: Ashley Caselli Date: Tue, 5 Mar 2024 13:46:45 +0100 Subject: [PATCH] chore: replace hard coded tag version with project.version --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8ffd1cab..67ce9c84 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ https://github.com/TopQuadrant/shacl scm:git:https://github.com/TopQuadrant/shacl scm:git:git@github.com:TopQuadrant/shacl.git - shacl-1.4.3 + v@{project.version} @@ -178,7 +178,8 @@ deploy true - + v@{project.version} +