From 54e6b9fa3628effde621eeebe91722d9e32bea95 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 30 Apr 2018 10:10:20 +0200 Subject: Hc2vpp 1.18.04 release Change-Id: Ie9d36ef641e2e6acc1636e3d4affc92a91866f07 Signed-off-by: Marek Gradzki --- vpp-integration/api-docs/api/pom.xml | 4 ++-- vpp-integration/api-docs/core/pom.xml | 4 ++-- vpp-integration/api-docs/docs/pom.xml | 2 +- vpp-integration/api-docs/pom.xml | 4 ++-- vpp-integration/api-docs/scripts/pom.xml | 2 +- vpp-integration/minimal-distribution/pom.xml | 32 ++++++++++++++-------------- vpp-integration/pom.xml | 4 ++-- 7 files changed, 26 insertions(+), 26 deletions(-) (limited to 'vpp-integration') diff --git a/vpp-integration/api-docs/api/pom.xml b/vpp-integration/api-docs/api/pom.xml index ad8fea968..51955b280 100644 --- a/vpp-integration/api-docs/api/pom.xml +++ b/vpp-integration/api-docs/api/pom.xml @@ -21,7 +21,7 @@ hc2vpp-parent io.fd.hc2vpp.common - 1.18.04-SNAPSHOT + 1.18.04 ../../../common/hc2vpp-parent 4.0.0 @@ -40,6 +40,6 @@ docs-api ${project.artifactId} io.fd.hc2vpp.docs - 1.18.04-SNAPSHOT + 1.18.04 \ No newline at end of file diff --git a/vpp-integration/api-docs/core/pom.xml b/vpp-integration/api-docs/core/pom.xml index ebb65496b..f57dd2f8c 100644 --- a/vpp-integration/api-docs/core/pom.xml +++ b/vpp-integration/api-docs/core/pom.xml @@ -21,7 +21,7 @@ hc2vpp-parent io.fd.hc2vpp.common - 1.18.04-SNAPSHOT + 1.18.04 ../../../common/hc2vpp-parent 4.0.0 @@ -29,7 +29,7 @@ io.fd.hc2vpp.docs docs-core ${project.artifactId} - 1.18.04-SNAPSHOT + 1.18.04 2.2.9 diff --git a/vpp-integration/api-docs/docs/pom.xml b/vpp-integration/api-docs/docs/pom.xml index 018b34802..25c678f5e 100644 --- a/vpp-integration/api-docs/docs/pom.xml +++ b/vpp-integration/api-docs/docs/pom.xml @@ -23,7 +23,7 @@ io.fd.hc2vpp.docs docs ${project.artifactId} - 1.18.04-SNAPSHOT + 1.18.04 diff --git a/vpp-integration/api-docs/pom.xml b/vpp-integration/api-docs/pom.xml index 3143048dc..44b2e801a 100644 --- a/vpp-integration/api-docs/pom.xml +++ b/vpp-integration/api-docs/pom.xml @@ -21,7 +21,7 @@ hc2vpp-parent io.fd.hc2vpp.common - 1.18.04-SNAPSHOT + 1.18.04 ../../common/hc2vpp-parent 4.0.0 @@ -30,7 +30,7 @@ api-docs ${project.artifactId} pom - 1.18.04-SNAPSHOT + 1.18.04 core diff --git a/vpp-integration/api-docs/scripts/pom.xml b/vpp-integration/api-docs/scripts/pom.xml index b36926b4f..547af5126 100644 --- a/vpp-integration/api-docs/scripts/pom.xml +++ b/vpp-integration/api-docs/scripts/pom.xml @@ -23,7 +23,7 @@ io.fd.hc2vpp.docs scripts ${project.artifactId} - 1.18.04-SNAPSHOT + 1.18.04 2.4.7 diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index 8d043ca2a..3c0a3f249 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -19,7 +19,7 @@ io.fd.hc2vpp.common minimal-distribution-parent - 1.18.04-SNAPSHOT + 1.18.04 ../../common/minimal-distribution-parent @@ -27,24 +27,24 @@ io.fd.hc2vpp.integration vpp-integration-distribution ${project.artifactId} - 1.18.04-SNAPSHOT + 1.18.04 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 - 1.18.04-SNAPSHOT - 1.18.04-SNAPSHOT - 1.18.04-SNAPSHOT - 1.18.04-SNAPSHOT - 1.18.04-SNAPSHOT - 1.18.04-SNAPSHOT - 1.18.04-SNAPSHOT - 1.18.04-SNAPSHOT + 1.18.04 + 1.18.04 + 1.18.04 + 1.18.04 + 1.18.04 + 1.18.04 + 1.18.04 + 1.18.04 + 1.18.04 + 1.18.04 + 1.18.04 + 1.18.04 + 1.18.04 + 1.18.04 io.fd.hc2vpp.common.integration.VppCommonModule, diff --git a/vpp-integration/pom.xml b/vpp-integration/pom.xml index e60a58f87..b6f2cd489 100644 --- a/vpp-integration/pom.xml +++ b/vpp-integration/pom.xml @@ -19,14 +19,14 @@ io.fd.hc2vpp.common hc2vpp-parent - 1.18.04-SNAPSHOT + 1.18.04 ../common/hc2vpp-parent io.fd.hc2vpp.integration vpp-integration ${project.artifactId} - 1.18.04-SNAPSHOT + 1.18.04 pom 4.0.0 Aggregator for Honeycomb's VPP distribution. Aggregating all Hc2vpp plugins. -- cgit