From 8eef7b7127ad35475114cd6989553af9ea71f4f1 Mon Sep 17 00:00:00 2001 From: Gary O'Neall Date: Mon, 2 Sep 2024 20:44:02 -0700 Subject: [PATCH] Add release plugin to POM file Signed-off-by: Gary O'Neall --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index f9261aa..aa35037 100644 --- a/pom.xml +++ b/pom.xml @@ -289,6 +289,16 @@ Organization: SPDX + + org.apache.maven.plugins + maven-release-plugin + 3.0.1 + + v@{project.version} + release + deploy + + org.owasp dependency-check-maven