diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-05-24 21:31:55 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-05-24 21:33:09 +0200 |
commit | 4de3482e4fd14586a21f13b215310d97278132a6 (patch) | |
tree | 4ec4f6d0c171d52ae061d088ea6eeef4e33585f0 /infra/northbound/bgp-extensions/labeled-unicast | |
parent | f1d785a6ae421351b70dd3eedfc121488ba0ea57 (diff) |
Honeycomb 1.18.01.2 release
Change-Id: Ie2d216be161f9c648ea584f48d22a0370ac77b0d
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/northbound/bgp-extensions/labeled-unicast')
-rw-r--r-- | infra/northbound/bgp-extensions/labeled-unicast/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml index 4d977bdf1..4c6b0f26b 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.2-SNAPSHOT</version> + <version>1.18.01.2</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.2-SNAPSHOT</version> + <version>1.18.01.2</version> <dependencies> <dependency> <groupId>io.fd.honeycomb.northbound.bgp</groupId> |