diff options
Diffstat (limited to 'jvpp')
-rwxr-xr-x | jvpp/common.sh | 2 | ||||
-rwxr-xr-x | jvpp/version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jvpp/common.sh b/jvpp/common.sh index cb5c658cf..99c4397f9 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.04 + # Filename (includes version suffix), e.g. jvpp-core-18.07 basefile=$(basename -s .jar "$jarfile") # Remove version suffix diff --git a/jvpp/version b/jvpp/version index 9cd3db665..55bec26b9 100755 --- a/jvpp/version +++ b/jvpp/version @@ -5,4 +5,4 @@ # # Version should match the one used in pom files. # -echo 18.04-SNAPSHOT +echo 18.07-SNAPSHOT |