diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-04-29 13:56:10 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-04-29 13:56:10 +0200 |
commit | 11caa7d487181329310e71903f1bf64c71146deb (patch) | |
tree | 9d100f3c837e404f2509711bc13c861e69de462c /nsh/impl | |
parent | cb7adfb57cf675ca455c958092ba028e72f10dc0 (diff) |
Set jvpp version to 19.04
Change-Id: Icfc7e636c7987022e665a92825777d23cc69147e
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'nsh/impl')
-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 958d024d6..4e5270856 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -81,12 +81,12 @@ <dependency> <groupId>io.fd.jvpp</groupId> <artifactId>jvpp-registry</artifactId> - <version>19.04-SNAPSHOT</version> + <version>19.04</version> </dependency> <dependency> <groupId>io.fd.jvpp</groupId> <artifactId>jvpp-nsh</artifactId> - <version>19.04-SNAPSHOT</version> + <version>19.04</version> </dependency> <dependency> <groupId>io.fd.hc2vpp.common</groupId> |