From 86ab0a5b6dd383a3ee9d68e0b63f849f154c2c78 Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Fri, 4 Feb 2022 09:10:37 -0500 Subject: [PATCH] Remove hardcoded version in github-release-plugin --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e49cd7cb..3fd2fc8f 100644 --- a/pom.xml +++ b/pom.xml @@ -181,8 +181,8 @@ false - eXist-db documentation app for eXist-db 5.3.1 - v5.3.1 + eXist-db documentation app for eXist-db ${exist.version} + v${exist.version} ${project.version}