From e0a2498c90a3b7c3ca74783f2f38d3d2048e49eb Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Thu, 9 May 2019 14:48:12 +0200 Subject: unify jvpp variables When bumping jvpp a lot of variables need to be changed. This is useles because all of them have the same value, unifying them will simplify the bump process. Change-Id: Ie62c4bef0b899acc463f9b855cbb4d5e7e302667 Signed-off-by: Michal Cmarada --- ioam/impl/pom.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'ioam') diff --git a/ioam/impl/pom.xml b/ioam/impl/pom.xml index 0bd3ee627..d92b800a3 100644 --- a/ioam/impl/pom.xml +++ b/ioam/impl/pom.xml @@ -29,11 +29,6 @@ 1.19.08-SNAPSHOT bundle - - 19.08-SNAPSHOT - 19.08-SNAPSHOT - - ${project.groupId} @@ -88,17 +83,17 @@ io.fd.jvpp jvpp-ioamtrace - ${ioam.version} + ${jvpp.version} io.fd.jvpp jvpp-ioampot - ${ioam.version} + ${jvpp.version} io.fd.jvpp jvpp-ioamexport - ${ioam.version} + ${jvpp.version} io.fd.hc2vpp.common -- cgit 1.2.3-korg