From d98af41d7030e012f6e6c2206786662ab8d268d6 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Thu, 24 Jan 2019 20:17:04 +0100 Subject: Bump jvpp version to 19.04-SNAPSHOT Changes - sets version of VPP package dependencies to 19.04. - updates vpp-plugins to vpp-plugin-core dependencies for debian Change-Id: Ida51151910f217248aa761b59f8cfdb3861b3f26 Signed-off-by: Michal Cmarada --- acl/acl-impl/pom.xml | 2 +- ioam/impl/pom.xml | 4 ++-- it/api-coverage/pom.xml | 2 +- it/jvpp-benchmark/pom.xml | 2 +- jvpp/common.sh | 2 +- jvpp/version | 2 +- nat/nat2vpp/pom.xml | 2 +- nsh/impl/pom.xml | 4 ++-- packaging/deb/common/vpp_dependencies | 6 +++--- packaging/rpm/vpp_dependencies | 4 ++-- release-notes/pom.xml | 10 +++++----- vpp-common/vpp-common-integration/pom.xml | 2 +- vpp-common/vpp-impl-parent/pom.xml | 2 +- vpp-integration/api-docs/core/pom.xml | 2 +- vpp-integration/api-docs/scripts/pom.xml | 2 +- 15 files changed, 24 insertions(+), 24 deletions(-) diff --git a/acl/acl-impl/pom.xml b/acl/acl-impl/pom.xml index b8129ec87..19d846365 100644 --- a/acl/acl-impl/pom.xml +++ b/acl/acl-impl/pom.xml @@ -30,7 +30,7 @@ 1.19.04-SNAPSHOT - 19.01-SNAPSHOT + 19.04-SNAPSHOT diff --git a/ioam/impl/pom.xml b/ioam/impl/pom.xml index 513ed1d7d..fdbe713ed 100644 --- a/ioam/impl/pom.xml +++ b/ioam/impl/pom.xml @@ -30,8 +30,8 @@ bundle - 19.01-SNAPSHOT - 19.01-SNAPSHOT + 19.04-SNAPSHOT + 19.04-SNAPSHOT diff --git a/it/api-coverage/pom.xml b/it/api-coverage/pom.xml index f32600cf8..bd68508ed 100644 --- a/it/api-coverage/pom.xml +++ b/it/api-coverage/pom.xml @@ -32,7 +32,7 @@ ${project.artifactId} - 19.01-SNAPSHOT + 19.04-SNAPSHOT diff --git a/it/jvpp-benchmark/pom.xml b/it/jvpp-benchmark/pom.xml index 0401af861..c17e6a660 100644 --- a/it/jvpp-benchmark/pom.xml +++ b/it/jvpp-benchmark/pom.xml @@ -33,7 +33,7 @@ 1.21 - 19.01-SNAPSHOT + 19.04-SNAPSHOT diff --git a/jvpp/common.sh b/jvpp/common.sh index e71f867fc..40546acfc 100755 --- a/jvpp/common.sh +++ b/jvpp/common.sh @@ -9,7 +9,7 @@ function install_jvpp_jar { jarfile=$1 version=$2 - # Filename (includes version suffix), e.g. jvpp-core-19.01 + # Filename (includes version suffix), e.g. jvpp-core-19.04 basefile=$(basename -s .jar "$jarfile") # Remove version suffix diff --git a/jvpp/version b/jvpp/version index 12d5e4b0f..70889fc3a 100755 --- a/jvpp/version +++ b/jvpp/version @@ -5,4 +5,4 @@ # # Version should match the one used in pom files. # -echo 19.01-SNAPSHOT +echo 19.04-SNAPSHOT diff --git a/nat/nat2vpp/pom.xml b/nat/nat2vpp/pom.xml index 21251b533..0eb7f569a 100644 --- a/nat/nat2vpp/pom.xml +++ b/nat/nat2vpp/pom.xml @@ -53,7 +53,7 @@ io.fd.vpp jvpp-nat - 19.01-SNAPSHOT + 19.04-SNAPSHOT diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 3c25f631f..8114f7e19 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -81,12 +81,12 @@ io.fd.vpp jvpp-registry - 19.01-SNAPSHOT + 19.04-SNAPSHOT io.fd.vpp jvpp-nsh - 19.01-SNAPSHOT + 19.04-SNAPSHOT io.fd.hc2vpp.common diff --git a/packaging/deb/common/vpp_dependencies b/packaging/deb/common/vpp_dependencies index 2f599258d..fe216e016 100755 --- a/packaging/deb/common/vpp_dependencies +++ b/packaging/deb/common/vpp_dependencies @@ -1,6 +1,6 @@ #!/bin/bash -# defines vpp and vpp-plugins dependencies for debian packages +# defines vpp and vpp-plugin-core dependencies for debian packages # using range -echo "vpp (>= 19.01), vpp (<< 19.02), vpp-plugins (>= 19.01), vpp-plugins (<< 19.02)" +echo "vpp (>= 19.04), vpp (<< 19.05), vpp-plugin-core (>= 19.04), vpp-plugin-core (<< 19.05)" # or specific vpp version -#echo "vpp (= 19.01-rc1), vpp-plugins (= 19.01-rc1)" +#echo "vpp (= 19.04-rc1), vpp-plugin-core (= 19.04-rc1)" diff --git a/packaging/rpm/vpp_dependencies b/packaging/rpm/vpp_dependencies index dda10e94a..17293959d 100755 --- a/packaging/rpm/vpp_dependencies +++ b/packaging/rpm/vpp_dependencies @@ -1,6 +1,6 @@ #!/bin/bash # defines vpp and vpp-plugins dependencies for rpm packages # using range -echo "vpp >= 19.01, vpp < 19.02, vpp-plugins >= 19.01, vpp-plugins < 19.02" +echo "vpp >= 19.04, vpp < 19.05, vpp-plugins >= 19.04, vpp-plugins < 19.05" # or specific vpp version -#echo "vpp = 19.01-rc1, vpp-plugins = 19.01-rc1" +#echo "vpp = 19.04-rc1, vpp-plugins = 19.04-rc1" diff --git a/release-notes/pom.xml b/release-notes/pom.xml index 7bb215c1f..11e199ce4 100644 --- a/release-notes/pom.xml +++ b/release-notes/pom.xml @@ -111,14 +111,14 @@ 11701 master oxygen - 19.01 + 19.04 - - 19.01-SNAPSHOT - 19.01 + + 19.04-SNAPSHOT + 19.04 - 19.01-SNAPSHOT + 19.04-SNAPSHOT https://git.fd.io/cgit/hc2vpp/tree https://git.fd.io/cgit/honeycomb/tree diff --git a/vpp-common/vpp-common-integration/pom.xml b/vpp-common/vpp-common-integration/pom.xml index 60a4ba7f1..f67733ddf 100644 --- a/vpp-common/vpp-common-integration/pom.xml +++ b/vpp-common/vpp-common-integration/pom.xml @@ -30,7 +30,7 @@ ${project.artifactId} - 19.01-SNAPSHOT + 19.04-SNAPSHOT 1.3 diff --git a/vpp-common/vpp-impl-parent/pom.xml b/vpp-common/vpp-impl-parent/pom.xml index 38bb28c28..43d049aa9 100644 --- a/vpp-common/vpp-impl-parent/pom.xml +++ b/vpp-common/vpp-impl-parent/pom.xml @@ -31,7 +31,7 @@ pom - 19.01-SNAPSHOT + 19.04-SNAPSHOT diff --git a/vpp-integration/api-docs/core/pom.xml b/vpp-integration/api-docs/core/pom.xml index 1fb1a0d97..dc7b0ff75 100644 --- a/vpp-integration/api-docs/core/pom.xml +++ b/vpp-integration/api-docs/core/pom.xml @@ -37,7 +37,7 @@ 5.2 1.5.4 1.7.25 - 19.01-SNAPSHOT + 19.04-SNAPSHOT 23.6-jre 0.9.11 diff --git a/vpp-integration/api-docs/scripts/pom.xml b/vpp-integration/api-docs/scripts/pom.xml index e02494732..02577a51d 100644 --- a/vpp-integration/api-docs/scripts/pom.xml +++ b/vpp-integration/api-docs/scripts/pom.xml @@ -30,7 +30,7 @@ 2.9.2-01 2.4.3-01 - 19.01-SNAPSHOT + 19.04-SNAPSHOT 4.11 0.9.11 true -- cgit 1.2.3-korg