summaryrefslogtreecommitdiffstats
path: root/vpp-integration
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-01-04 20:40:12 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-01-05 07:16:57 +0100
commit1075563ac279866b2aed210d4dac5504af2e2a56 (patch)
treeae826f68357fc424a12f395e31a360aebcdee909 /vpp-integration
parentf85354b24e3b18dfe9ce6cd289b947061f46d5c6 (diff)
Bump hc2vpp versoin to 17.04
Also updates version of honeycomb dependencies. Vpp API version bump moved to separate commit due to issues with jvpp jars. Change-Id: Id336393b00fe05e8ecee9b547dcfc6a49e1a98ec Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-integration')
-rw-r--r--vpp-integration/minimal-distribution/pom.xml20
-rw-r--r--vpp-integration/pom.xml4
2 files changed, 12 insertions, 12 deletions
diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml
index ffef78614..d5b4d8d5b 100644
--- a/vpp-integration/minimal-distribution/pom.xml
+++ b/vpp-integration/minimal-distribution/pom.xml
@@ -19,25 +19,25 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>minimal-distribution-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.hc2vpp.integration</groupId>
<artifactId>vpp-integration-distribution</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<properties>
<main.class>io.fd.honeycomb.infra.distro.Main</main.class>
- <v3po.version>1.17.01-SNAPSHOT</v3po.version>
- <lisp.version>1.17.01-SNAPSHOT</lisp.version>
- <vpp.common.integration.version>1.17.01-SNAPSHOT</vpp.common.integration.version>
- <vppnsh.version>1.17.01-SNAPSHOT</vppnsh.version>
- <nat.version>1.17.01-SNAPSHOT</nat.version>
- <ioam.version>1.17.01-SNAPSHOT</ioam.version>
- <routing.version>1.17.01-SNAPSHOT</routing.version>
- <acl.version>1.17.01-SNAPSHOT</acl.version>
+ <v3po.version>1.17.04-SNAPSHOT</v3po.version>
+ <lisp.version>1.17.04-SNAPSHOT</lisp.version>
+ <vpp.common.integration.version>1.17.04-SNAPSHOT</vpp.common.integration.version>
+ <vppnsh.version>1.17.04-SNAPSHOT</vppnsh.version>
+ <nat.version>1.17.04-SNAPSHOT</nat.version>
+ <ioam.version>1.17.04-SNAPSHOT</ioam.version>
+ <routing.version>1.17.04-SNAPSHOT</routing.version>
+ <acl.version>1.17.04-SNAPSHOT</acl.version>
<distribution.modules>
io.fd.hc2vpp.common.integration.VppCommonModule,
diff --git a/vpp-integration/pom.xml b/vpp-integration/pom.xml
index 5186b1149..502717221 100644
--- a/vpp-integration/pom.xml
+++ b/vpp-integration/pom.xml
@@ -19,13 +19,13 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
</parent>
<groupId>io.fd.hc2vpp.integration</groupId>
<artifactId>vpp-integration</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<description>Aggregator for Honeycomb's VPP distribution. Aggregating all VPP plugins.</description>