summaryrefslogtreecommitdiffstats
path: root/nsh
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-04-09 17:47:12 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-04-09 19:05:03 +0200
commit147b1269a2588208defa7bff171c4a685f6ade8a (patch)
tree624f2621ae17ec71408bb16614a1eaa7c46ccfb7 /nsh
parent4add711e43e7e26cddc6bdae243a20b3920d5087 (diff)
Bump jvpp version to 18.07-SNAPSHOT
Also sets version of VPP package dependencies to 18.07. Change-Id: I87d5f538891d946b3a803afa987ab39c609f1ae1 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 8ebb8d776..0b8cd1fc2 100644
--- a/nsh/impl/pom.xml
+++ b/nsh/impl/pom.xml
@@ -81,12 +81,18 @@
<dependency>
<groupId>io.fd.vpp</groupId>
<artifactId>jvpp-registry</artifactId>
- <version>18.04-SNAPSHOT</version>
+ <version>18.07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.fd.nsh_sfc</groupId>
<artifactId>nsh-sfc</artifactId>
<version>18.04-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>io.fd.vpp</groupId>
+ <artifactId>jvpp-registry</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>io.fd.hc2vpp.common</groupId>