diff options
-rw-r--r-- | routing/routing-api/pom.xml | 1 | ||||
-rw-r--r-- | routing/routing-impl/pom.xml | 1 | ||||
-rw-r--r-- | vpp-common/vpp-common-integration/pom.xml | 1 | ||||
-rw-r--r-- | vpp-common/vpp-translate-test/pom.xml | 1 | ||||
-rw-r--r-- | vpp-integration/api-docs/api/pom.xml | 1 | ||||
-rw-r--r-- | vpp-integration/api-docs/core/pom.xml | 1 | ||||
-rw-r--r-- | vpp-integration/api-docs/docs/pom.xml | 1 | ||||
-rw-r--r-- | vpp-integration/api-docs/pom.xml | 1 | ||||
-rw-r--r-- | vpp-integration/api-docs/scripts/pom.xml | 1 | ||||
-rw-r--r-- | vpp-management/api/pom.xml | 1 | ||||
-rw-r--r-- | vpp-management/impl/pom.xml | 1 |
11 files changed, 11 insertions, 0 deletions
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 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.routing</groupId> <artifactId>routing-api</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <packaging>bundle</packaging> 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 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.routing</groupId> <artifactId>routing-impl</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <packaging>bundle</packaging> 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 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-common-integration</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <properties> 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 @@ <modelVersion>4.0.0</modelVersion> <artifactId>vpp-translate-test</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <packaging>bundle</packaging> 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 @@ </properties> <artifactId>docs-api</artifactId> + <name>${project.artifactId}</name> <groupId>io.fd.hc2vpp.docs</groupId> <version>1.18.04-SNAPSHOT</version> 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 @@ <groupId>io.fd.hc2vpp.docs</groupId> <artifactId>docs-core</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <properties> 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 @@ <groupId>io.fd.hc2vpp.docs</groupId> <artifactId>docs</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <properties> 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 @@ <groupId>io.fd.hc2vpp.docs</groupId> <artifactId>api-docs</artifactId> + <name>${project.artifactId}</name> <packaging>pom</packaging> <version>1.18.04-SNAPSHOT</version> 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 @@ <groupId>io.fd.hc2vpp.docs</groupId> <artifactId>scripts</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <properties> 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 @@ <groupId>io.fd.hc2vpp.management</groupId> <artifactId>vpp-management-api</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <dependencies> 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 @@ <groupId>io.fd.hc2vpp.management</groupId> <artifactId>vpp-management-impl</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <dependencies> |