diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-07-20 13:47:32 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-07-20 13:47:34 +0200 |
commit | e07c85cf527425eeb452388af426d5390aa5a6ff (patch) | |
tree | 18eb948d63e4f8ae24bcd0d2fd2b60b11135ada3 /jvpp/common.sh | |
parent | 1070d3f0fc18b0c4a634758da16ab863555c755b (diff) |
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 <mgradzki@cisco.com>
Diffstat (limited to 'jvpp/common.sh')
-rwxr-xr-x | jvpp/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |