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 /vpp-common/vpp-common-integration | |
parent | d697a4da4e584ad41761f7f68ce7ff7871a4344b (diff) |
Hc2vpp 1.18.10 releasev1.18.10
Change-Id: I40aa22375108c7b390487570c4f080140459572a
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'vpp-common/vpp-common-integration')
-rw-r--r-- | vpp-common/vpp-common-integration/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vpp-common/vpp-common-integration/pom.xml b/vpp-common/vpp-common-integration/pom.xml index a65ee096c..243db6d71 100644 --- a/vpp-common/vpp-common-integration/pom.xml +++ b/vpp-common/vpp-common-integration/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-common-integration</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10</version> <name>${project.artifactId}</name> <properties> |