From e07c85cf527425eeb452388af426d5390aa5a6ff Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 20 Jul 2018 13:47:32 +0200 Subject: Bump jvpp version to 18.10-SNAPSHOT Also sets version of VPP package dependencies to 18.07. Change-Id: I4be0a5a9217c3e059125e7eb5a36170d02f12b88 Signed-off-by: Marek Gradzki --- jvpp/common.sh | 2 +- jvpp/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'jvpp') diff --git a/jvpp/common.sh b/jvpp/common.sh index 99c4397f9..1f883b161 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-18.07 + # Filename (includes version suffix), e.g. jvpp-core-18.10 basefile=$(basename -s .jar "$jarfile") # Remove version suffix diff --git a/jvpp/version b/jvpp/version index 55bec26b9..bb00bdef6 100755 --- a/jvpp/version +++ b/jvpp/version @@ -5,4 +5,4 @@ # # Version should match the one used in pom files. # -echo 18.07-SNAPSHOT +echo 18.10-SNAPSHOT -- cgit 1.2.3-korg