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 --- common/hc2vpp-parent/pom.xml | 4 +++ common/impl-parent/pom.xml | 51 ++++++++++++++++++++++++++++-- common/minimal-distribution-parent/pom.xml | 6 ++-- 3 files changed, 56 insertions(+), 5 deletions(-) (limited to 'common') diff --git a/common/hc2vpp-parent/pom.xml b/common/hc2vpp-parent/pom.xml index 7436bbe24..974adfc1e 100644 --- a/common/hc2vpp-parent/pom.xml +++ b/common/hc2vpp-parent/pom.xml @@ -16,4 +16,8 @@ ${project.artifactId} 1.18.04-SNAPSHOT pom + + + 1.18.04-SNAPSHOT + \ No newline at end of file diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index 0a66eeafd..11870d7e4 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -17,9 +17,9 @@ 1.18.04-SNAPSHOT pom - + io.fd.honeycomb.common impl-parent @@ -27,6 +27,53 @@ pom import + + + io.fd.honeycomb + binding-init + ${honeycomb.version} + + + io.fd.honeycomb + cfg-init + ${honeycomb.version} + + + io.fd.honeycomb + notification-api + ${honeycomb.version} + + + io.fd.honeycomb + rpc-api + ${honeycomb.version} + + + io.fd.honeycomb + translate-api + ${honeycomb.version} + + + io.fd.honeycomb + translate-spi + ${honeycomb.version} + + + io.fd.honeycomb + translate-impl + ${honeycomb.version} + + + io.fd.honeycomb + translate-utils + ${honeycomb.version} + + + io.fd.honeycomb.infra + test-tools + ${honeycomb.version} + test + @@ -78,7 +125,7 @@ io.fd.honeycomb.common common-scripts - ${project.version} + ${honeycomb.version} diff --git a/common/minimal-distribution-parent/pom.xml b/common/minimal-distribution-parent/pom.xml index 86d0b053c..a16297dca 100644 --- a/common/minimal-distribution-parent/pom.xml +++ b/common/minimal-distribution-parent/pom.xml @@ -29,7 +29,7 @@ io.fd.honeycomb.common minimal-distribution-parent - 1.18.04-SNAPSHOT + ${honeycomb.version} pom import @@ -129,7 +129,7 @@ io.fd.honeycomb.common common-scripts - 1.18.04-SNAPSHOT + ${honeycomb.version} @@ -142,7 +142,7 @@ io.fd.honeycomb.common minimal-assembly-descriptor - 1.18.04-SNAPSHOT + ${honeycomb.version} -- cgit 1.2.3-korg