diff options
author | 2016-09-19 13:32:52 +0000 | |
---|---|---|
committer | 2016-09-19 13:32:52 +0000 | |
commit | 864fa77d3738db12b0d43b53ad2f3761db8a69dd (patch) | |
tree | a2e4d233ae33b28f0504c11a05a651ad48913846 | |
parent | 8c90bd263a620c340589c4b8019f188ea62223e9 (diff) |
Start consuming vpp 16.09 artifacts
Change-Id: I2d945d679d2ec9220ddbb8d514e6ac01b6c3a50e
Signed-off-by: Ed Warnicke <hagbard@gmail.com>
-rw-r--r-- | nsh-plugin/java/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsh-plugin/java/pom.xml b/nsh-plugin/java/pom.xml index 8c1b4d3..c36a7cc 100644 --- a/nsh-plugin/java/pom.xml +++ b/nsh-plugin/java/pom.xml @@ -18,7 +18,7 @@ <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-registry</artifactId> - <version>16.09-SNAPSHOT</version> + <version>16.09</version> </dependency> </dependencies> |