From 7bba7bb733ad86a6c06d275dda5549d1ab3ed9c6 Mon Sep 17 00:00:00 2001 From: jmarchel Date: Fri, 3 Nov 2023 13:49:51 +0100 Subject: [PATCH] Add new plugin (release deployment) to pom.xml Change-Id: Ia9d552836f48401505ec3972f377d13b6d149cd6 --- java-spring-boot-demo/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/java-spring-boot-demo/pom.xml b/java-spring-boot-demo/pom.xml index f1e22b1..4f7e30d 100644 --- a/java-spring-boot-demo/pom.xml +++ b/java-spring-boot-demo/pom.xml @@ -47,6 +47,17 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + release + deploy + +