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 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 |