From 52ca7c2e86cf982bf1cd4aaea8869555fea0aa4a 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 | 2 +- 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(+), 1 deletion(-) diff --git a/routing/routing-api/pom.xml b/routing/routing-api/pom.xml index caa1be109..799c968ca 100644 --- a/routing/routing-api/pom.xml +++ b/routing/routing-api/pom.xml @@ -26,6 +26,7 @@ io.fd.hc2vpp.routing routing-api 1.18.07-SNAPSHOT + ${project.artifactId} bundle diff --git a/routing/routing-impl/pom.xml b/routing/routing-impl/pom.xml index 1b1a407d2..8a37b5998 100644 --- a/routing/routing-impl/pom.xml +++ b/routing/routing-impl/pom.xml @@ -28,6 +28,7 @@ io.fd.hc2vpp.routing routing-impl 1.18.07-SNAPSHOT + ${project.artifactId} bundle diff --git a/vpp-common/vpp-common-integration/pom.xml b/vpp-common/vpp-common-integration/pom.xml index 488a27836..a587e4407 100644 --- a/vpp-common/vpp-common-integration/pom.xml +++ b/vpp-common/vpp-common-integration/pom.xml @@ -27,6 +27,7 @@ io.fd.hc2vpp.common vpp-common-integration 1.18.07-SNAPSHOT + ${project.artifactId} 18.07-SNAPSHOT diff --git a/vpp-common/vpp-translate-test/pom.xml b/vpp-common/vpp-translate-test/pom.xml index 70915ac94..dd7c00839 100644 --- a/vpp-common/vpp-translate-test/pom.xml +++ b/vpp-common/vpp-translate-test/pom.xml @@ -27,6 +27,7 @@ 4.0.0 vpp-translate-test 1.18.07-SNAPSHOT + ${project.artifactId} bundle diff --git a/vpp-integration/api-docs/api/pom.xml b/vpp-integration/api-docs/api/pom.xml index 824872bff..edc1a51a1 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.07-SNAPSHOT diff --git a/vpp-integration/api-docs/core/pom.xml b/vpp-integration/api-docs/core/pom.xml index fcb2427ac..12fa42b5e 100644 --- a/vpp-integration/api-docs/core/pom.xml +++ b/vpp-integration/api-docs/core/pom.xml @@ -29,7 +29,7 @@ io.fd.hc2vpp.docs docs-core 1.18.07-SNAPSHOT - + ${project.artifactId} 2.2.9 4.11 diff --git a/vpp-integration/api-docs/docs/pom.xml b/vpp-integration/api-docs/docs/pom.xml index fa71a160d..6545ed671 100644 --- a/vpp-integration/api-docs/docs/pom.xml +++ b/vpp-integration/api-docs/docs/pom.xml @@ -23,6 +23,7 @@ io.fd.hc2vpp.docs docs 1.18.07-SNAPSHOT + ${project.artifactId} diff --git a/vpp-integration/api-docs/pom.xml b/vpp-integration/api-docs/pom.xml index c63d1415f..e58f829b4 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.07-SNAPSHOT diff --git a/vpp-integration/api-docs/scripts/pom.xml b/vpp-integration/api-docs/scripts/pom.xml index fd810d807..cdc05e876 100644 --- a/vpp-integration/api-docs/scripts/pom.xml +++ b/vpp-integration/api-docs/scripts/pom.xml @@ -23,6 +23,7 @@ io.fd.hc2vpp.docs scripts 1.18.07-SNAPSHOT + ${project.artifactId} 2.4.7 diff --git a/vpp-management/api/pom.xml b/vpp-management/api/pom.xml index d08c3aedf..1a6ecd963 100644 --- a/vpp-management/api/pom.xml +++ b/vpp-management/api/pom.xml @@ -30,6 +30,7 @@ io.fd.hc2vpp.management vpp-management-api 1.18.07-SNAPSHOT + ${project.artifactId} diff --git a/vpp-management/impl/pom.xml b/vpp-management/impl/pom.xml index 7b2dc2f67..fb2476bf5 100644 --- a/vpp-management/impl/pom.xml +++ b/vpp-management/impl/pom.xml @@ -30,6 +30,7 @@ io.fd.hc2vpp.management vpp-management-impl 1.18.07-SNAPSHOT + ${project.artifactId} -- cgit 1.2.3-korg