fixed version in buildDistribution
This commit is contained in:
parent
fddfc5132a
commit
7ea8e9f492
|
@ -5,8 +5,8 @@ set -e
|
||||||
ACCEPTED_JAVA_VERSIONS=(11 17)
|
ACCEPTED_JAVA_VERSIONS=(11 17)
|
||||||
|
|
||||||
NAME=smartgears-distribution
|
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
|
JAVA_VERSION=11
|
||||||
TOMCAT_VERSION=10.1.19
|
TOMCAT_VERSION=10.1.19
|
||||||
PUSH_DOCKER=false
|
PUSH_DOCKER=false
|
||||||
|
|
Loading…
Reference in New Issue