From 175197da8ea43335df3daeba4c6296fcd83a057c Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Thu, 10 Nov 2016 13:31:25 +0100 Subject: Post split cleanup - change groupIds - change packages - update poms Change-Id: I343c5a292a67de1dd50687870ca4ab5b7276e93e Signed-off-by: Maros Marsalek Signed-off-by: Marek Gradzki --- vpp-integration/minimal-distribution/pom.xml | 27 +++++------ vpp-integration/pom.xml | 72 ++++++++++++++-------------- 2 files changed, 49 insertions(+), 50 deletions(-) (limited to 'vpp-integration') diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index 83fee5689..56e821a1a 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -19,11 +19,10 @@ io.fd.honeycomb.common minimal-distribution-parent 1.16.12-SNAPSHOT - ../../common/minimal-distribution-parent 4.0.0 - io.fd.honeycomb.vpp.integration + io.fd.hc2vpp.integration vpp-integration-distribution ${project.artifactId} 1.16.12-SNAPSHOT @@ -38,13 +37,13 @@ 1.16.12-SNAPSHOT - io.fd.honeycomb.vpp.common.integration.VppCommonModule, - io.fd.honeycomb.lisp.LispModule, - io.fd.honeycomb.translate.v3po.V3poModule, - io.fd.honeycomb.nat.NatModule, - // io.fd.honeycomb.vppnsh.impl.VppNshModule, + io.fd.hc2vpp.common.integration.VppCommonModule, + io.fd.hc2vpp.lisp.LispModule, + io.fd.hc2vpp.v3po.V3poModule, + io.fd.hc2vpp.nat.NatModule, + // io.fd.hc2vpp.vppnsh.impl.VppNshModule, - //io.fd.honeycomb.vppioam.impl.VppIoamModule + // io.fd.hc2vpp.vppioam.impl.VppIoamModule @@ -74,32 +73,32 @@ - io.fd.honeycomb.vpp + io.fd.hc2vpp.common vpp-common-integration ${vpp.common.integration.version} - io.fd.honeycomb.v3po + io.fd.hc2vpp.v3po v3po2vpp ${v3po.version} - io.fd.honeycomb.lisp + io.fd.hc2vpp.lisp lisp2vpp ${lisp.version} - io.fd.honeycomb.vppnsh + io.fd.hc2vpp.nsh vppnsh-impl ${vppnsh.version} - io.fd.honeycomb.nat + io.fd.hc2vpp.nat nat2vpp ${nat.version} - io.fd.honeycomb.vppioam + io.fd.hc2vpp.ioam vppioam-impl ${ioam.version} diff --git a/vpp-integration/pom.xml b/vpp-integration/pom.xml index 3cd5c09f4..a36064e4f 100644 --- a/vpp-integration/pom.xml +++ b/vpp-integration/pom.xml @@ -13,44 +13,44 @@ See the License for the specific language governing permissions and limitations under the License. --> - + - - io.fd.honeycomb.common - honeycomb-parent - 1.16.12-SNAPSHOT - ../common/honeycomb-parent - + + io.fd.honeycomb.common + honeycomb-parent + 1.16.12-SNAPSHOT + - io.fd.honeycomb.vpp.integration - vpp-integration - ${project.artifactId} - 1.16.12-SNAPSHOT - pom - 4.0.0 - Aggregator for Honeycomb's VPP distribution. Aggregating all VPP plugins. + io.fd.hc2vpp.integration + vpp-integration + ${project.artifactId} + 1.16.12-SNAPSHOT + pom + 4.0.0 + Aggregator for Honeycomb's VPP distribution. Aggregating all VPP plugins. - - minimal-distribution - + + minimal-distribution + - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - org.apache.maven.plugins - maven-install-plugin - - true - - - - + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + -- cgit 1.2.3-korg