From e4c3640eb7a140351cf804c48ff96ab5a650e1e6 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Thu, 28 Feb 2019 09:52:16 +0100 Subject: HC2VPP-404: migrate all JVPP APIs from vpp to jvpp in order to switch to the new JVPP we need to update all JVPP dependencies to new groupId. Change-Id: Icd8c07f7553a04111cf5a768dfbb26094ff99db8 Signed-off-by: Michal Cmarada --- vpp-common/vpp-common-integration/pom.xml | 4 ++-- vpp-common/vpp-impl-parent/pom.xml | 4 ++-- vpp-common/vpp-translate-test/pom.xml | 4 ++-- vpp-common/vpp-translate-utils/pom.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'vpp-common') diff --git a/vpp-common/vpp-common-integration/pom.xml b/vpp-common/vpp-common-integration/pom.xml index f67733ddf..4c96405fd 100644 --- a/vpp-common/vpp-common-integration/pom.xml +++ b/vpp-common/vpp-common-integration/pom.xml @@ -78,12 +78,12 @@ ${project.version} - io.fd.vpp + io.fd.jvpp jvpp-registry ${jvpp.version} - io.fd.vpp + io.fd.jvpp jvpp-core ${jvpp.version} diff --git a/vpp-common/vpp-impl-parent/pom.xml b/vpp-common/vpp-impl-parent/pom.xml index 43d049aa9..1895a1b0c 100644 --- a/vpp-common/vpp-impl-parent/pom.xml +++ b/vpp-common/vpp-impl-parent/pom.xml @@ -37,12 +37,12 @@ - io.fd.vpp + io.fd.jvpp jvpp-core ${jvpp.version} - io.fd.vpp + io.fd.jvpp jvpp-registry ${jvpp.version} diff --git a/vpp-common/vpp-translate-test/pom.xml b/vpp-common/vpp-translate-test/pom.xml index 1d81f603d..67c7fe352 100644 --- a/vpp-common/vpp-translate-test/pom.xml +++ b/vpp-common/vpp-translate-test/pom.xml @@ -45,11 +45,11 @@ translate-spi - io.fd.vpp + io.fd.jvpp jvpp-registry - io.fd.vpp + io.fd.jvpp jvpp-core diff --git a/vpp-common/vpp-translate-utils/pom.xml b/vpp-common/vpp-translate-utils/pom.xml index fd991f7ad..0d87515a6 100644 --- a/vpp-common/vpp-translate-utils/pom.xml +++ b/vpp-common/vpp-translate-utils/pom.xml @@ -45,11 +45,11 @@ ${project.version} - io.fd.vpp + io.fd.jvpp jvpp-registry - io.fd.vpp + io.fd.jvpp jvpp-core -- cgit 1.2.3-korg