From 3b694eb79e50a30aec027c1d1bb6503f8df92da5 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 9 Apr 2018 15:23:17 +0200 Subject: HC2VPP-283: cleanup honeycomb dependency versions Introduces honeycomb.version property in hc2vpp-parent and adds various honeycomb artifacts to impl-parent to reduce work when bumping honeycomb version. Change-Id: I2f31f255aa5234c6890073b93b11f93e5cd444f7 Signed-off-by: Marek Gradzki --- vpp-integration/api-docs/core/pom.xml | 4 ++-- vpp-integration/minimal-distribution/pom.xml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'vpp-integration') diff --git a/vpp-integration/api-docs/core/pom.xml b/vpp-integration/api-docs/core/pom.xml index b90b6e5dd..b7b3bde06 100644 --- a/vpp-integration/api-docs/core/pom.xml +++ b/vpp-integration/api-docs/core/pom.xml @@ -84,12 +84,12 @@ io.fd.honeycomb translate-utils - ${project.version} + ${honeycomb.version} io.fd.honeycomb translate-api - ${project.version} + ${honeycomb.version} junit diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index e751577d3..8d043ca2a 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -33,7 +33,6 @@ io.fd.honeycomb.infra.distro.Main 1.18.04-SNAPSHOT 1.18.04-SNAPSHOT - 1.18.04-SNAPSHOT 1.18.04-SNAPSHOT 1.18.04-SNAPSHOT 1.18.04-SNAPSHOT @@ -103,7 +102,7 @@ io.fd.honeycomb minimal-distribution - ${hc.infra.version} + ${honeycomb.version} io.fd.hc2vpp.common -- cgit 1.2.3-korg