From b4ebf6cd1e6a6c9a7ba73049c49e2eea26a4adb8 Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Fri, 8 Jul 2022 14:37:09 -0700 Subject: [PATCH] Add a release profile and configure the release plugin. Signed-off-by: James R. Perkins --- pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pom.xml b/pom.xml index 796cbd3..88d8e07 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,14 @@ 2.0.0.Final-SNAPSHOT pom + https://resteasy.dev + + + scm:git:git://github.com/resteasy/resteasy-dev-tools.git + scm:git:git@github.com:resteasy/resteasy-dev-tools.git + https://github.com/resteasy/resteasy-dev-tools/tree/main/ + + Apache License 2.0 @@ -25,9 +33,28 @@ repo + + + 3.0.0-M6 + + resteasy-checkstyle-config ide-config parent-pom + + + + + maven-release-plugin + + ${settings.localRepository} + false + true + @{project.version} + + + +