summaryrefslogtreecommitdiffstats
path: root/infra/northbound
diff options
context:
space:
mode:
Diffstat (limited to 'infra/northbound')
-rw-r--r--infra/northbound/bgp-extensions/evpn/pom.xml1
-rw-r--r--infra/northbound/bgp-extensions/extension-common/pom.xml1
-rw-r--r--infra/northbound/bgp-extensions/inet/pom.xml1
-rw-r--r--infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml1
-rw-r--r--infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml1
-rw-r--r--infra/northbound/bgp-extensions/labeled-unicast/pom.xml1
-rw-r--r--infra/northbound/bgp-extensions/linkstate/pom.xml1
-rw-r--r--infra/northbound/bgp-extensions/pom.xml1
-rw-r--r--infra/northbound/bgp/pom.xml1
-rw-r--r--infra/northbound/common/pom.xml1
-rw-r--r--infra/northbound/pom.xml1
11 files changed, 11 insertions, 0 deletions
diff --git a/infra/northbound/bgp-extensions/evpn/pom.xml b/infra/northbound/bgp-extensions/evpn/pom.xml
index e85c00c20..190287690 100644
--- a/infra/northbound/bgp-extensions/evpn/pom.xml
+++ b/infra/northbound/bgp-extensions/evpn/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>evpn</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.04-SNAPSHOT</version>
<dependencies>
diff --git a/infra/northbound/bgp-extensions/extension-common/pom.xml b/infra/northbound/bgp-extensions/extension-common/pom.xml
index fc7652816..e70cca80a 100644
--- a/infra/northbound/bgp-extensions/extension-common/pom.xml
+++ b/infra/northbound/bgp-extensions/extension-common/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>extension-common</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.04-SNAPSHOT</version>
<dependencies>
diff --git a/infra/northbound/bgp-extensions/inet/pom.xml b/infra/northbound/bgp-extensions/inet/pom.xml
index 1e657e068..a2b60057e 100644
--- a/infra/northbound/bgp-extensions/inet/pom.xml
+++ b/infra/northbound/bgp-extensions/inet/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>inet</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.04-SNAPSHOT</version>
<dependencies>
diff --git a/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
index de5665de9..879174b00 100644
--- a/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
+++ b/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>l3-vpn-v4</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.04-SNAPSHOT</version>
<dependencies>
diff --git a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
index afcbc743d..2321cb24c 100644
--- a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
+++ b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>l3-vpn-v6</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.04-SNAPSHOT</version>
<dependencies>
diff --git a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
index 28d8173c6..2f1c3108c 100644
--- a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
+++ b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>labeled-unicast</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.04-SNAPSHOT</version>
<dependencies>
<dependency>
diff --git a/infra/northbound/bgp-extensions/linkstate/pom.xml b/infra/northbound/bgp-extensions/linkstate/pom.xml
index 6db100d8b..2b3e72fe1 100644
--- a/infra/northbound/bgp-extensions/linkstate/pom.xml
+++ b/infra/northbound/bgp-extensions/linkstate/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>linkstate</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.04-SNAPSHOT</version>
<dependencies>
<dependency>
diff --git a/infra/northbound/bgp-extensions/pom.xml b/infra/northbound/bgp-extensions/pom.xml
index e9a751645..3438bc8c4 100644
--- a/infra/northbound/bgp-extensions/pom.xml
+++ b/infra/northbound/bgp-extensions/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>bgp-extensions</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.04-SNAPSHOT</version>
<modules>
<module>evpn</module>
diff --git a/infra/northbound/bgp/pom.xml b/infra/northbound/bgp/pom.xml
index e471176a8..3afebd866 100644
--- a/infra/northbound/bgp/pom.xml
+++ b/infra/northbound/bgp/pom.xml
@@ -29,6 +29,7 @@
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>bgp</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.04-SNAPSHOT</version>
<dependencies>
diff --git a/infra/northbound/common/pom.xml b/infra/northbound/common/pom.xml
index 968ae7669..43fca7cda 100644
--- a/infra/northbound/common/pom.xml
+++ b/infra/northbound/common/pom.xml
@@ -29,6 +29,7 @@
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>common</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.04-SNAPSHOT</version>
<dependencies>
diff --git a/infra/northbound/pom.xml b/infra/northbound/pom.xml
index 241b4fa67..82e486f77 100644
--- a/infra/northbound/pom.xml
+++ b/infra/northbound/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>northbound-aggegator</artifactId>
+ <name>${project.artifactId}</name>
<packaging>pom</packaging>
<modules>