summaryrefslogtreecommitdiffstats
path: root/infra/northbound/bgp-extensions
diff options
context:
space:
mode:
Diffstat (limited to 'infra/northbound/bgp-extensions')
-rw-r--r--infra/northbound/bgp-extensions/evpn/pom.xml4
-rw-r--r--infra/northbound/bgp-extensions/extension-common/pom.xml4
-rw-r--r--infra/northbound/bgp-extensions/inet/pom.xml4
-rw-r--r--infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml4
-rw-r--r--infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml4
-rw-r--r--infra/northbound/bgp-extensions/labeled-unicast/pom.xml4
-rw-r--r--infra/northbound/bgp-extensions/linkstate/pom.xml4
-rw-r--r--infra/northbound/bgp-extensions/pom.xml4
8 files changed, 16 insertions, 16 deletions
diff --git a/infra/northbound/bgp-extensions/evpn/pom.xml b/infra/northbound/bgp-extensions/evpn/pom.xml
index 190287690..0a82cfa9f 100644
--- a/infra/northbound/bgp-extensions/evpn/pom.xml
+++ b/infra/northbound/bgp-extensions/evpn/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>evpn</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<dependencies>
<dependency>
diff --git a/infra/northbound/bgp-extensions/extension-common/pom.xml b/infra/northbound/bgp-extensions/extension-common/pom.xml
index e70cca80a..7cbb1b0eb 100644
--- a/infra/northbound/bgp-extensions/extension-common/pom.xml
+++ b/infra/northbound/bgp-extensions/extension-common/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>extension-common</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<dependencies>
<!-- DI-->
diff --git a/infra/northbound/bgp-extensions/inet/pom.xml b/infra/northbound/bgp-extensions/inet/pom.xml
index a2b60057e..b06244466 100644
--- a/infra/northbound/bgp-extensions/inet/pom.xml
+++ b/infra/northbound/bgp-extensions/inet/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>inet</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<dependencies>
<dependency>
diff --git a/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
index 879174b00..d1f41d8d4 100644
--- a/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
+++ b/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>l3-vpn-v4</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<dependencies>
<dependency>
diff --git a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
index 2321cb24c..c2c51bd61 100644
--- a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
+++ b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>l3-vpn-v6</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<dependencies>
<dependency>
diff --git a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
index 2f1c3108c..8c51ac231 100644
--- a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
+++ b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>labeled-unicast</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<dependencies>
<dependency>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
diff --git a/infra/northbound/bgp-extensions/linkstate/pom.xml b/infra/northbound/bgp-extensions/linkstate/pom.xml
index 2b3e72fe1..3eb02bf15 100644
--- a/infra/northbound/bgp-extensions/linkstate/pom.xml
+++ b/infra/northbound/bgp-extensions/linkstate/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>linkstate</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<dependencies>
<dependency>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
diff --git a/infra/northbound/bgp-extensions/pom.xml b/infra/northbound/bgp-extensions/pom.xml
index 3438bc8c4..a02a40bed 100644
--- a/infra/northbound/bgp-extensions/pom.xml
+++ b/infra/northbound/bgp-extensions/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>honeycomb-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<relativePath>../../../common/honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>bgp-extensions</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.04-SNAPSHOT</version>
+ <version>1.18.04</version>
<modules>
<module>evpn</module>
<module>inet</module>