diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-06 19:28:58 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-07 07:14:50 +0200 |
commit | 043bd3f7e520623b423acdaa2970fd0518864070 (patch) | |
tree | 37cb911e50c4c901ff114ed509a5eec0a01e52a6 /nsh | |
parent | 925164d73227cdb14118fed0717377bc2574c591 (diff) |
Bump jvpp version to 17.10-SNAPSHOT
Also sets version of vpp package dependencies to 17.10
Change-Id: I4e139ff2d485933c0de3339db50714a5c72e0a9e
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'nsh')
-rw-r--r-- | nsh/impl/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 66c74cfa3..bdbedb746 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -89,12 +89,18 @@ <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-registry</artifactId> - <version>17.07-SNAPSHOT</version> + <version>17.10-SNAPSHOT</version> </dependency> <dependency> <groupId>io.fd.nsh_sfc</groupId> <artifactId>nsh-sfc</artifactId> <version>17.07-SNAPSHOT</version> + <exclusions> + <exclusion> + <groupId>io.fd.vpp</groupId> + <artifactId>jvpp-registry</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>io.fd.hc2vpp.common</groupId> |