summaryrefslogtreecommitdiffstats
path: root/ioam
diff options
context:
space:
mode:
authorJan Srnicek <jsrnicek@cisco.com>2017-01-09 09:02:23 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-01-11 14:50:33 +0100
commit43a552b675e1c1a8f8cc618f91289cbee8be0ee2 (patch)
tree3623c20f77466aa1ca7cf5ec45528215be5627b2 /ioam
parent2d92edf65ee34329d9226e2efe90a5d10265cd72 (diff)
Bump of jvpp version to 17.04
Depends on https://gerrit.fd.io/r/#/c/4632/ Nsh stays on 17.01, till owner provides higher version Change-Id: I1f51699b6809d30dd0272301ebb1074a42863618 Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'ioam')
-rw-r--r--ioam/impl/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/ioam/impl/pom.xml b/ioam/impl/pom.xml
index ec273f9e7..0b058a716 100644
--- a/ioam/impl/pom.xml
+++ b/ioam/impl/pom.xml
@@ -29,8 +29,8 @@
<packaging>bundle</packaging>
<properties>
- <ioam.version>1.0-SNAPSHOT</ioam.version>
- <jvpp.version>17.01-SNAPSHOT</jvpp.version>
+ <ioam.version>17.04-SNAPSHOT</ioam.version>
+ <jvpp.version>17.04-SNAPSHOT</jvpp.version>
</properties>
<dependencies>
@@ -90,12 +90,12 @@
</dependency>
<dependency>
<groupId>io.fd.vpp</groupId>
- <artifactId>jvpp-ioam-trace</artifactId>
+ <artifactId>jvpp-ioamtrace</artifactId>
<version>${ioam.version}</version>
</dependency>
<dependency>
<groupId>io.fd.vpp</groupId>
- <artifactId>jvpp-ioam-pot</artifactId>
+ <artifactId>jvpp-ioampot</artifactId>
<version>${ioam.version}</version>
</dependency>
<dependency>