diff options
Diffstat (limited to 'vpp-common')
-rw-r--r-- | vpp-common/vpp-common-integration/pom.xml | 1 | ||||
-rw-r--r-- | vpp-common/vpp-translate-test/pom.xml | 1 |
2 files changed, 2 insertions, 0 deletions
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 @@ <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-common-integration</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <properties> <jvpp.version>18.07-SNAPSHOT</jvpp.version> 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 @@ <modelVersion>4.0.0</modelVersion> <artifactId>vpp-translate-test</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <packaging>bundle</packaging> <properties> |