diff options
Diffstat (limited to 'infra/northbound/bgp-extensions/l3-vpn-v6')
-rw-r--r-- | infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml index 5d361feb2..f273f416a 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.10-SNAPSHOT</version> + <version>1.19.01-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.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <name>${project.artifactId}</name> <dependencies> |