diff options
Diffstat (limited to 'vpp-integration')
-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 |
5 files changed, 5 insertions, 0 deletions
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> |