diff options
author | 2018-08-06 08:58:20 +0200 | |
---|---|---|
committer | 2018-08-06 08:58:20 +0200 | |
commit | 092d44ff1ba30e8c0154f2038fb6b0f6731aaabf (patch) | |
tree | cc16689d8905af589d5da6d7d03581d33735fec8 /infra/northbound/bgp | |
parent | 582514442fd488d84c966d28c366915629d601c9 (diff) |
Honeycomb 1.18.07 releasev1.18.07
Change-Id: Ifde1a7b607a55d635fbbaa1dd3e4f5aa7ae5d4d9
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/northbound/bgp')
-rw-r--r-- | infra/northbound/bgp/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/northbound/bgp/pom.xml b/infra/northbound/bgp/pom.xml index 2cd4787ae..b9f425613 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.07</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.07</version> <name>${project.artifactId}</name> <dependencies> |