From 0ca0e36d43c8cd56bf93bec7ee664bdc5c5a0533 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 21 May 2018 14:32:13 -0700 Subject: Add maven version plugin This plugin configuration is needed so jenkins can update the version number of the proxy project to the release number when the release job is run. Change-Id: I30f02b150b71cb1cbaea6a5f1ccdac03d8843889 Signed-off-by: Patrick Brady Issue-ID: APPC-910 --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 55cb608..4f2b1e2 100644 --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,16 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. + + + org.codehaus.mojo + versions-maven-plugin + 2.5 + + true + + org.sonatype.plugins -- cgit 1.2.3-korg