From 43a552b675e1c1a8f8cc618f91289cbee8be0ee2 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Mon, 9 Jan 2017 09:02:23 +0100 Subject: 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 --- acl/acl-impl/pom.xml | 2 +- ioam/impl/pom.xml | 8 ++++---- nat/nat2vpp/pom.xml | 2 +- nsh/impl/pom.xml | 9 ++++++++- packaging/deb/trusty/debian/control | 2 +- packaging/deb/xenial/debian/control | 2 +- packaging/rpm/honeycomb.spec | 2 +- vpp-common/vpp-common-integration/pom.xml | 2 +- vpp-common/vpp-impl-parent/pom.xml | 2 +- 9 files changed, 19 insertions(+), 12 deletions(-) diff --git a/acl/acl-impl/pom.xml b/acl/acl-impl/pom.xml index 3df24e346..6f2775561 100644 --- a/acl/acl-impl/pom.xml +++ b/acl/acl-impl/pom.xml @@ -29,7 +29,7 @@ 1.17.04-SNAPSHOT - 1.0-SNAPSHOT + 17.04-SNAPSHOT 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 @@ bundle - 1.0-SNAPSHOT - 17.01-SNAPSHOT + 17.04-SNAPSHOT + 17.04-SNAPSHOT @@ -90,12 +90,12 @@ io.fd.vpp - jvpp-ioam-trace + jvpp-ioamtrace ${ioam.version} io.fd.vpp - jvpp-ioam-pot + jvpp-ioampot ${ioam.version} diff --git a/nat/nat2vpp/pom.xml b/nat/nat2vpp/pom.xml index 79b68744e..a136961aa 100644 --- a/nat/nat2vpp/pom.xml +++ b/nat/nat2vpp/pom.xml @@ -54,7 +54,7 @@ io.fd.vpp jvpp-snat - 1.0-SNAPSHOT + 17.04-SNAPSHOT diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 76771081c..7e2114ee7 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -89,12 +89,19 @@ io.fd.vpp jvpp-registry - 17.01-SNAPSHOT + 17.04-SNAPSHOT io.fd.nsh_sfc nsh-sfc 17.01-SNAPSHOT + + + + io.fd.vpp + jvpp-registry + + io.fd.hc2vpp.common diff --git a/packaging/deb/trusty/debian/control b/packaging/deb/trusty/debian/control index 9bd2d9613..79b2b61dd 100644 --- a/packaging/deb/trusty/debian/control +++ b/packaging/deb/trusty/debian/control @@ -9,6 +9,6 @@ Vcs-Browser: https://git.fd.io/cgit/honeycomb/tree/ Package: honeycomb Architecture: all -Depends: vpp (>= 17.01), vpp (<< 17.04), vpp-plugins (>= 17.01), vpp-plugins (<< 17.04), openjdk-8-jdk | openjdk-8-jre +Depends: vpp (>= 17.04), vpp (<< 17.08), vpp-plugins (>= 17.04), vpp-plugins (<< 17.08), openjdk-8-jdk | openjdk-8-jre Suggests: vpp-nsh-plugin Description: Honeycomb agent for VPP diff --git a/packaging/deb/xenial/debian/control b/packaging/deb/xenial/debian/control index 74071d4d0..2354ed79c 100644 --- a/packaging/deb/xenial/debian/control +++ b/packaging/deb/xenial/debian/control @@ -9,6 +9,6 @@ Vcs-Browser: https://git.fd.io/cgit/honeycomb/tree/ Package: honeycomb Architecture: all -Depends: vpp (>= 17.01), vpp (<< 17.04), vpp-plugins (>= 17.01), vpp-plugins (<< 17.04), openjdk-8-jdk | openjdk-8-jre +Depends: vpp (>= 17.04), vpp (<< 17.08), vpp-plugins (>= 17.04), vpp-plugins (<< 17.08), openjdk-8-jdk | openjdk-8-jre Suggests: vpp-nsh-plugin Description: Honeycomb agent for VPP diff --git a/packaging/rpm/honeycomb.spec b/packaging/rpm/honeycomb.spec index f702904dd..7047a340c 100644 --- a/packaging/rpm/honeycomb.spec +++ b/packaging/rpm/honeycomb.spec @@ -18,7 +18,7 @@ License: Apache-1.0 URL: http://www.fd.io Source0: vpp-integration-distribution-%{_version}-SNAPSHOT-hc.zip Source1: honeycomb.service -Requires: vpp >= 17.01, vpp < 17.04, vpp-plugins >= 17.01, vpp-plugins < 17.04, java >= 1:1.8.0 +Requires: vpp >= 17.04, vpp < 17.08, vpp-plugins >= 17.04, vpp-plugins < 17.08, java >= 1:1.8.0 # Required for creating honeycomb group Requires(pre): shadow-utils # Required for configuring systemd diff --git a/vpp-common/vpp-common-integration/pom.xml b/vpp-common/vpp-common-integration/pom.xml index 265e9084e..2f2ad297e 100644 --- a/vpp-common/vpp-common-integration/pom.xml +++ b/vpp-common/vpp-common-integration/pom.xml @@ -29,7 +29,7 @@ 1.17.04-SNAPSHOT - 17.01-SNAPSHOT + 17.04-SNAPSHOT 1.3 diff --git a/vpp-common/vpp-impl-parent/pom.xml b/vpp-common/vpp-impl-parent/pom.xml index b8453a598..d2cdc5d14 100644 --- a/vpp-common/vpp-impl-parent/pom.xml +++ b/vpp-common/vpp-impl-parent/pom.xml @@ -30,7 +30,7 @@ pom - 17.01-SNAPSHOT + 17.04-SNAPSHOT -- cgit 1.2.3-korg