diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2018-10-26 16:34:11 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2018-10-29 10:27:58 +0100 |
commit | bb94464f2321b03b45c03c42effbcc458081c72e (patch) | |
tree | 21ed23acc6633f8efde28d74f0d2a96d7dce5f7c /interface-role/api | |
parent | d697a4da4e584ad41761f7f68ce7ff7871a4344b (diff) |
Hc2vpp 1.18.10 releasev1.18.10
Change-Id: I40aa22375108c7b390487570c4f080140459572a
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'interface-role/api')
-rw-r--r-- | interface-role/api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-role/api/pom.xml b/interface-role/api/pom.xml index 24df5e255..bd5818b58 100644 --- a/interface-role/api/pom.xml +++ b/interface-role/api/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.iface.role</groupId> <artifactId>api</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10</version> <name>${project.artifactId}</name> <dependencies> |