summaryrefslogtreecommitdiffstats
path: root/nsh
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-10-04 08:58:44 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-10-04 08:58:46 +0200
commit2c4fdea301293a4d034a78db0067394c44e2e931 (patch)
tree86f76cce3f407258222c8eff980d7a151add98b6 /nsh
parent543ac23feaa2cdd32b7b2e0df53cebeb174450cc (diff)
Bump jvpp version to 18.01-SNAPSHOT
Also sets version of vpp package dependencies to 18.01 Change-Id: I9d84915e206cc16c87479f94d4b8738899479cea Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'nsh')
-rw-r--r--nsh/impl/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml
index e4a308fb5..f3dfe3694 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.10-SNAPSHOT</version>
+ <version>18.01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.fd.nsh_sfc</groupId>
<artifactId>nsh-sfc</artifactId>
<version>17.10-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>io.fd.vpp</groupId>
+ <artifactId>jvpp-registry</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>io.fd.hc2vpp.common</groupId>