summaryrefslogtreecommitdiffstats
path: root/infra/northbound
diff options
context:
space:
mode:
Diffstat (limited to 'infra/northbound')
-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
-rw-r--r--infra/northbound/bgp/pom.xml4
-rw-r--r--infra/northbound/common/pom.xml4
-rw-r--r--infra/northbound/netconf/pom.xml4
-rw-r--r--infra/northbound/pom.xml2
-rw-r--r--infra/northbound/restconf/pom.xml4
13 files changed, 25 insertions, 25 deletions
diff --git a/infra/northbound/bgp-extensions/evpn/pom.xml b/infra/northbound/bgp-extensions/evpn/pom.xml
index 952398833..4163e4f69 100644
--- a/infra/northbound/bgp-extensions/evpn/pom.xml
+++ b/infra/northbound/bgp-extensions/evpn/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>evpn</artifactId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/northbound/bgp-extensions/extension-common/pom.xml b/infra/northbound/bgp-extensions/extension-common/pom.xml
index 66562649f..999b1f80a 100644
--- a/infra/northbound/bgp-extensions/extension-common/pom.xml
+++ b/infra/northbound/bgp-extensions/extension-common/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>extension-common</artifactId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/northbound/bgp-extensions/inet/pom.xml b/infra/northbound/bgp-extensions/inet/pom.xml
index f2de52702..94c3a82b7 100644
--- a/infra/northbound/bgp-extensions/inet/pom.xml
+++ b/infra/northbound/bgp-extensions/inet/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>inet</artifactId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
index 1458aa563..b296191ee 100644
--- a/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
+++ b/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>l3-vpn-v4</artifactId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
index 611c6668a..5d361feb2 100644
--- a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
+++ b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>l3-vpn-v6</artifactId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
index 3627360b1..eef24d4a9 100644
--- a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
+++ b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>labeled-unicast</artifactId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/infra/northbound/bgp-extensions/linkstate/pom.xml b/infra/northbound/bgp-extensions/linkstate/pom.xml
index a0c2c28bc..7423a51a4 100644
--- a/infra/northbound/bgp-extensions/linkstate/pom.xml
+++ b/infra/northbound/bgp-extensions/linkstate/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>linkstate</artifactId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/infra/northbound/bgp-extensions/pom.xml b/infra/northbound/bgp-extensions/pom.xml
index c0a0ff055..bce4aacf4 100644
--- a/infra/northbound/bgp-extensions/pom.xml
+++ b/infra/northbound/bgp-extensions/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>honeycomb-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../../../common/honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>bgp-extensions</artifactId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<name>${project.artifactId}</name>
<modules>
<module>evpn</module>
diff --git a/infra/northbound/bgp/pom.xml b/infra/northbound/bgp/pom.xml
index 2cd4787ae..f41e623fe 100644
--- a/infra/northbound/bgp/pom.xml
+++ b/infra/northbound/bgp/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>bgp</artifactId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/northbound/common/pom.xml b/infra/northbound/common/pom.xml
index 6f756d5b6..e145e9bdd 100644
--- a/infra/northbound/common/pom.xml
+++ b/infra/northbound/common/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>common</artifactId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/infra/northbound/netconf/pom.xml b/infra/northbound/netconf/pom.xml
index d1e4a171e..dea3d8207 100644
--- a/infra/northbound/netconf/pom.xml
+++ b/infra/northbound/netconf/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>netconf</artifactId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<properties>
<yang.modules.whitelist>
diff --git a/infra/northbound/pom.xml b/infra/northbound/pom.xml
index 427ac1268..5d2a283b7 100644
--- a/infra/northbound/pom.xml
+++ b/infra/northbound/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>honeycomb-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../../common/honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/infra/northbound/restconf/pom.xml b/infra/northbound/restconf/pom.xml
index c58f4578c..c7b2b4b0a 100644
--- a/infra/northbound/restconf/pom.xml
+++ b/infra/northbound/restconf/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>io.fd.honeycomb.common</groupId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>restconf</artifactId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<properties>
<jersey.version>1.19.1</jersey.version>