diff options
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 246730665..249e9ec67 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.19.04-RC2</version> + <version>1.19.04-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.19.04-RC2</version> + <version>1.19.04-SNAPSHOT</version> <name>${project.artifactId}</name> <dependencies> <dependency> |