diff --git a/pom.xml b/pom.xml index 73ef55e..2a29d64 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,7 @@ distro target/bundle SmartGears-Bundle + 7.0.64 tar.gz diff --git a/src/resources/setup.sh b/src/resources/setup.sh index 9b6d4bb..95371a3 100644 --- a/src/resources/setup.sh +++ b/src/resources/setup.sh @@ -2,7 +2,7 @@ PS1='$ ' TOMCAT_DST_FOLDER="tomcat" TOMCAT_VERSION="${tomcat.version}" TOMCAT_PID_FILENAME="tomcat.pid" -SMARTGEAR_DISTRIBUTION_DIRECTORY="smartgears-distribution-${smartgear.version}" +SMARTGEAR_DISTRIBUTION_DIRECTORY="smartgears-distribution-${smartgears-distribution.version}" SMARTGEAR_ROOT=${PWD} BUNDLE_HOME=${SMARTGEAR_ROOT}