diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-01-27 07:03:13 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-01-27 07:03:13 +0100 |
commit | 97c4336dde1346096d050c6d0d4f82d8ebe69c40 (patch) | |
tree | f02de5e475d23d7dcec479295e8b915fae473404 | |
parent | 86d5ec389bd4c9424e2389e1d16cf8b41aaa1539 (diff) |
Bumb nsh_sfc to 17.01
Change-Id: Id7b0ac3ac1d65ef0b5d66f9e31fd01cc7a572fc1
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rw-r--r-- | nsh/impl/pom.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index f905b2222..7abe6eb98 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -94,17 +94,7 @@ <dependency> <groupId>io.fd.nsh_sfc</groupId> <artifactId>nsh-sfc</artifactId> - <!-- - todo: bump nsh and remove jvpp-registry exclusion - after nsh artifact (rc or final) is released - --> - <version>17.01-SNAPSHOT</version> - <exclusions> - <exclusion> - <groupId>io.fd.vpp</groupId> - <artifactId>jvpp-registry</artifactId> - </exclusion> - </exclusions> + <version>17.01</version> </dependency> <dependency> <groupId>io.fd.hc2vpp.common</groupId> |