From 95e32f9869d885aa685e970f7a97e8b9ac7c2bdc Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 30 Apr 2018 09:52:24 +0200 Subject: javadoc: add missing in pom files Change-Id: I9f892e528326cb13cafc20bc9e2d7e6a94c7d407 Signed-off-by: Marek Gradzki --- routing/routing-api/pom.xml | 1 + routing/routing-impl/pom.xml | 1 + vpp-common/vpp-common-integration/pom.xml | 1 + vpp-common/vpp-translate-test/pom.xml | 1 + vpp-integration/api-docs/api/pom.xml | 1 + vpp-integration/api-docs/core/pom.xml | 1 + vpp-integration/api-docs/docs/pom.xml | 1 + vpp-integration/api-docs/pom.xml | 1 + vpp-integration/api-docs/scripts/pom.xml | 1 + vpp-management/api/pom.xml | 1 + vpp-management/impl/pom.xml | 1 + 11 files changed, 11 insertions(+) diff --git a/routing/routing-api/pom.xml b/routing/routing-api/pom.xml index 2077e3fd7..d93f2fd63 100644 --- a/routing/routing-api/pom.xml +++ b/routing/routing-api/pom.xml @@ -25,6 +25,7 @@ 4.0.0 io.fd.hc2vpp.routing routing-api + ${project.artifactId} 1.18.04-SNAPSHOT bundle diff --git a/routing/routing-impl/pom.xml b/routing/routing-impl/pom.xml index 5b95c4a81..4bfb19279 100644 --- a/routing/routing-impl/pom.xml +++ b/routing/routing-impl/pom.xml @@ -27,6 +27,7 @@ 4.0.0 io.fd.hc2vpp.routing routing-impl + ${project.artifactId} 1.18.04-SNAPSHOT bundle diff --git a/vpp-common/vpp-common-integration/pom.xml b/vpp-common/vpp-common-integration/pom.xml index f1e1a3d2a..795dd7504 100644 --- a/vpp-common/vpp-common-integration/pom.xml +++ b/vpp-common/vpp-common-integration/pom.xml @@ -26,6 +26,7 @@ 4.0.0 io.fd.hc2vpp.common vpp-common-integration + ${project.artifactId} 1.18.04-SNAPSHOT diff --git a/vpp-common/vpp-translate-test/pom.xml b/vpp-common/vpp-translate-test/pom.xml index 1b59755f3..b3e4bd0f0 100644 --- a/vpp-common/vpp-translate-test/pom.xml +++ b/vpp-common/vpp-translate-test/pom.xml @@ -26,6 +26,7 @@ 4.0.0 vpp-translate-test + ${project.artifactId} 1.18.04-SNAPSHOT bundle diff --git a/vpp-integration/api-docs/api/pom.xml b/vpp-integration/api-docs/api/pom.xml index f182c06da..ad8fea968 100644 --- a/vpp-integration/api-docs/api/pom.xml +++ b/vpp-integration/api-docs/api/pom.xml @@ -38,6 +38,7 @@ docs-api + ${project.artifactId} io.fd.hc2vpp.docs 1.18.04-SNAPSHOT diff --git a/vpp-integration/api-docs/core/pom.xml b/vpp-integration/api-docs/core/pom.xml index 24aa51821..ebb65496b 100644 --- a/vpp-integration/api-docs/core/pom.xml +++ b/vpp-integration/api-docs/core/pom.xml @@ -28,6 +28,7 @@ io.fd.hc2vpp.docs docs-core + ${project.artifactId} 1.18.04-SNAPSHOT diff --git a/vpp-integration/api-docs/docs/pom.xml b/vpp-integration/api-docs/docs/pom.xml index afe89a239..018b34802 100644 --- a/vpp-integration/api-docs/docs/pom.xml +++ b/vpp-integration/api-docs/docs/pom.xml @@ -22,6 +22,7 @@ io.fd.hc2vpp.docs docs + ${project.artifactId} 1.18.04-SNAPSHOT diff --git a/vpp-integration/api-docs/pom.xml b/vpp-integration/api-docs/pom.xml index 104909cda..3143048dc 100644 --- a/vpp-integration/api-docs/pom.xml +++ b/vpp-integration/api-docs/pom.xml @@ -28,6 +28,7 @@ io.fd.hc2vpp.docs api-docs + ${project.artifactId} pom 1.18.04-SNAPSHOT diff --git a/vpp-integration/api-docs/scripts/pom.xml b/vpp-integration/api-docs/scripts/pom.xml index 762559398..b36926b4f 100644 --- a/vpp-integration/api-docs/scripts/pom.xml +++ b/vpp-integration/api-docs/scripts/pom.xml @@ -22,6 +22,7 @@ io.fd.hc2vpp.docs scripts + ${project.artifactId} 1.18.04-SNAPSHOT diff --git a/vpp-management/api/pom.xml b/vpp-management/api/pom.xml index ec62b1718..9409e81af 100644 --- a/vpp-management/api/pom.xml +++ b/vpp-management/api/pom.xml @@ -29,6 +29,7 @@ io.fd.hc2vpp.management vpp-management-api + ${project.artifactId} 1.18.04-SNAPSHOT diff --git a/vpp-management/impl/pom.xml b/vpp-management/impl/pom.xml index f848cd1f2..f0affe9d8 100644 --- a/vpp-management/impl/pom.xml +++ b/vpp-management/impl/pom.xml @@ -29,6 +29,7 @@ io.fd.hc2vpp.management vpp-management-impl + ${project.artifactId} 1.18.04-SNAPSHOT -- cgit 1.2.3-korg