diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-10-30 14:38:00 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-10-31 13:31:19 +0000 |
commit | 4ab125c86db6885c1e9c37f19b6a2b483e9c8c63 (patch) | |
tree | 137416b33ffb8e31d18d75471fe5fc08aab12b31 /nsh/impl/pom.xml | |
parent | 549b5d58d22ec1191e3ac5bd09cb8d69488ec8e3 (diff) |
Set jvpp version to 17.10
Change-Id: If6ca87e134380d0a0e9814d87cf1c3f787072c5a
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'nsh/impl/pom.xml')
-rw-r--r-- | nsh/impl/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 1eb7588c6..9ecc7626b 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -89,12 +89,12 @@ <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-registry</artifactId> - <version>17.10-SNAPSHOT</version> + <version>17.10</version> </dependency> <dependency> <groupId>io.fd.nsh_sfc</groupId> <artifactId>nsh-sfc</artifactId> - <version>17.10-SNAPSHOT</version> + <version>17.10</version> </dependency> <dependency> <groupId>io.fd.hc2vpp.common</groupId> |