diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-09 16:00:33 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-09 16:00:33 +0200 |
commit | 2ea6279505d0e66c8474c3933a9b3ca3423ae4b7 (patch) | |
tree | ae285fa0c2231edd020abe13cbffb48aefd8f030 /infra/northbound | |
parent | 8acc5613345d9c50d0f33c3d74ae64e474b80724 (diff) |
Bump Honeycomb version to 1.18.07-SNAPSHOT
Change-Id: Ib0b9a2a2369730cd8a21e35e4dce0b62e45e8ad3
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/northbound')
-rw-r--r-- | infra/northbound/bgp-extensions/evpn/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/extension-common/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/inet/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/labeled-unicast/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/linkstate/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/bgp/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/common/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/netconf/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/pom.xml | 2 | ||||
-rw-r--r-- | infra/northbound/restconf/pom.xml | 4 |
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 e85c00c20..ea9f467a6 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.04-SNAPSHOT</version> + <version>1.18.07-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.04-SNAPSHOT</version> + <version>1.18.07-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 fc7652816..07c55f1a4 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.04-SNAPSHOT</version> + <version>1.18.07-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.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <dependencies> <!-- DI--> diff --git a/infra/northbound/bgp-extensions/inet/pom.xml b/infra/northbound/bgp-extensions/inet/pom.xml index 1e657e068..da504a50b 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.04-SNAPSHOT</version> + <version>1.18.07-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.04-SNAPSHOT</version> + <version>1.18.07-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 de5665de9..add25b7e7 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.04-SNAPSHOT</version> + <version>1.18.07-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.04-SNAPSHOT</version> + <version>1.18.07-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 afcbc743d..5c8c9fb59 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.04-SNAPSHOT</version> + <version>1.18.07-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.04-SNAPSHOT</version> + <version>1.18.07-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 28d8173c6..e87ba36d2 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.04-SNAPSHOT</version> + <version>1.18.07-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.04-SNAPSHOT</version> + <version>1.18.07-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 6db100d8b..c55abc750 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.04-SNAPSHOT</version> + <version>1.18.07-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.04-SNAPSHOT</version> + <version>1.18.07-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 e9a751645..d67a4f63f 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.04-SNAPSHOT</version> + <version>1.18.07-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.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <modules> <module>evpn</module> <module>inet</module> diff --git a/infra/northbound/bgp/pom.xml b/infra/northbound/bgp/pom.xml index e471176a8..26ac1a9e9 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.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>bgp</artifactId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <dependencies> <!-- Common northbound configuration --> diff --git a/infra/northbound/common/pom.xml b/infra/northbound/common/pom.xml index 968ae7669..a44b6831d 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.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>common</artifactId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <dependencies> <dependency> diff --git a/infra/northbound/netconf/pom.xml b/infra/northbound/netconf/pom.xml index 1c672f2d4..d1e4a171e 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.04-SNAPSHOT</version> + <version>1.18.07-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.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <properties> <yang.modules.whitelist> diff --git a/infra/northbound/pom.xml b/infra/northbound/pom.xml index 241b4fa67..c78314c64 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.04-SNAPSHOT</version> + <version>1.18.07-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 5cf74d23c..c58f4578c 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.04-SNAPSHOT</version> + <version>1.18.07-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.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <properties> <jersey.version>1.19.1</jersey.version> |