diff options
Diffstat (limited to 'mpls/impl/pom.xml')
-rw-r--r-- | mpls/impl/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpls/impl/pom.xml b/mpls/impl/pom.xml index 4f2c98bb0..dc9b714e9 100644 --- a/mpls/impl/pom.xml +++ b/mpls/impl/pom.xml @@ -21,14 +21,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10</version> <relativePath>../../vpp-common/vpp-impl-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.mpls</groupId> <artifactId>mpls-impl</artifactId> <name>${project.artifactId}</name> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10</version> <dependencies> <!-- Honeycomb infrastructure --> |