fixed version in buildDistribution

This commit is contained in:
lucio 2024-10-18 12:22:31 +02:00
parent fddfc5132a
commit 7ea8e9f492
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ set -e
ACCEPTED_JAVA_VERSIONS=(11 17)
NAME=smartgears-distribution
SMARTGEARS_VERSION=4.0.0
SMARTGEARS_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version -q -DforceStdout)
echo $SMARTGEARS_VERSION
JAVA_VERSION=11
TOMCAT_VERSION=10.1.19
PUSH_DOCKER=false