summaryrefslogtreecommitdiffstats
path: root/infra/northbound
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-01-09 16:50:59 +0100
committerMarek Gradzki <mgradzki@cisco.com>2018-01-09 16:50:59 +0100
commit409070ff7bc87ff47097331cf32d9487832ca17c (patch)
tree288076777ece3e500637fe7120f9ddfd80fffe4c /infra/northbound
parent61017bc613c12739792fb90ce901d57e6c704ff0 (diff)
Bump honeycomb version to 1.18.04-SNAPSHOT
Change-Id: Idb0fec8ab45ec76431ab6d05d70a61eee1929628 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
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 eaae4119f..e85c00c20 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.01-SNAPSHOT</version>
+ <version>1.18.04-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.01-SNAPSHOT</version>
+ <version>1.18.04-SNAPSHOT</version>
<dependencies>
<dependency>
diff --git a/infra/northbound/bgp-extensions/extension-common/pom.xml b/infra/northbound/bgp-extensions/extension-common/pom.xml
index 0ea37b2b0..fc7652816 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.01-SNAPSHOT</version>
+ <version>1.18.04-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.01-SNAPSHOT</version>
+ <version>1.18.04-SNAPSHOT</version>
<dependencies>
<!-- DI-->
diff --git a/infra/northbound/bgp-extensions/inet/pom.xml b/infra/northbound/bgp-extensions/inet/pom.xml
index b0194ca76..1e657e068 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.01-SNAPSHOT</version>
+ <version>1.18.04-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.01-SNAPSHOT</version>
+ <version>1.18.04-SNAPSHOT</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 663cd97d8..de5665de9 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.01-SNAPSHOT</version>
+ <version>1.18.04-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.01-SNAPSHOT</version>
+ <version>1.18.04-SNAPSHOT</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 d874d9fb1..afcbc743d 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.01-SNAPSHOT</version>
+ <version>1.18.04-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.01-SNAPSHOT</version>
+ <version>1.18.04-SNAPSHOT</version>
<dependencies>
<dependency>
diff --git a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
index ed553a58a..28d8173c6 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.01-SNAPSHOT</version>
+ <version>1.18.04-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.01-SNAPSHOT</version>
+ <version>1.18.04-SNAPSHOT</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 f159c2cf5..6db100d8b 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.01-SNAPSHOT</version>
+ <version>1.18.04-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.01-SNAPSHOT</version>
+ <version>1.18.04-SNAPSHOT</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 fa770c020..e9a751645 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.01-SNAPSHOT</version>
+ <version>1.18.04-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.01-SNAPSHOT</version>
+ <version>1.18.04-SNAPSHOT</version>
<modules>
<module>evpn</module>
<module>inet</module>
diff --git a/infra/northbound/bgp/pom.xml b/infra/northbound/bgp/pom.xml
index 355e66996..e471176a8 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.01-SNAPSHOT</version>
+ <version>1.18.04-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>bgp</artifactId>
- <version>1.18.01-SNAPSHOT</version>
+ <version>1.18.04-SNAPSHOT</version>
<dependencies>
<!-- Common northbound configuration -->
diff --git a/infra/northbound/common/pom.xml b/infra/northbound/common/pom.xml
index 7de205e90..968ae7669 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.01-SNAPSHOT</version>
+ <version>1.18.04-SNAPSHOT</version>
<relativePath>../../../common/impl-parent</relativePath>
</parent>
@@ -29,7 +29,7 @@
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>common</artifactId>
- <version>1.18.01-SNAPSHOT</version>
+ <version>1.18.04-SNAPSHOT</version>
<dependencies>
<dependency>
diff --git a/infra/northbound/netconf/pom.xml b/infra/northbound/netconf/pom.xml
index a727446d5..1c672f2d4 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.01-SNAPSHOT</version>
+ <version>1.18.04-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.01-SNAPSHOT</version>
+ <version>1.18.04-SNAPSHOT</version>
<properties>
<yang.modules.whitelist>
diff --git a/infra/northbound/pom.xml b/infra/northbound/pom.xml
index d7528fde8..241b4fa67 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.01-SNAPSHOT</version>
+ <version>1.18.04-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 ecff57459..8342e1a87 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.01-SNAPSHOT</version>
+ <version>1.18.04-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.01-SNAPSHOT</version>
+ <version>1.18.04-SNAPSHOT</version>
<properties>
<jersey.version>1.19.1</jersey.version>