diff options
Diffstat (limited to 'infra/northbound/bgp-extensions/evpn/pom.xml')
-rw-r--r-- | infra/northbound/bgp-extensions/evpn/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/northbound/bgp-extensions/evpn/pom.xml b/infra/northbound/bgp-extensions/evpn/pom.xml index 2a5756cf6..a70b8f613 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.19.04-SNAPSHOT</version> + <version>1.19.04</version> <relativePath>../../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>evpn</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04</version> <name>${project.artifactId}</name> <dependencies> |