Add missing <name> in interface role poms 48/6548/1
authorMarek Gradzki <[email protected]>
Tue, 2 May 2017 07:04:58 +0000 (09:04 +0200)
committerMarek Gradzki <[email protected]>
Tue, 2 May 2017 07:04:58 +0000 (09:04 +0200)
Change-Id: I74119bb079c8545846e3e5cda91809746074dec4
Signed-off-by: Marek Gradzki <[email protected]>
interface-role/api/pom.xml
interface-role/pom.xml

index 16dba94..84c3959 100644 (file)
@@ -13,6 +13,7 @@
     <groupId>io.fd.hc2vpp.iface.role</groupId>
     <artifactId>api</artifactId>
     <version>1.17.07-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
 
     <dependencies>
         <dependency>
index bbfb72e..8fbf97a 100644 (file)
@@ -15,6 +15,7 @@
     <artifactId>interface-role-aggregator</artifactId>
     <packaging>pom</packaging>
     <version>1.17.07-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
 
     <modules>
         <module>api</module>