We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366711f commit 987893eCopy full SHA for 987893e
1 file changed
utilities/update_versions.sh
@@ -162,7 +162,7 @@ for item in ${modules[*]}; do
162
echo -e " Updating version in ${folder}\pom.xml and the parent version in the corresponding children modules if exist"
163
mvn -q versions:set -DartifactId=${module} -DnewVersion=${new_version} -DprocessPlugins=false -DgenerateBackupPoms=false
164
165
- # 3) Update Google App Engine application dockerfile, if exist.
+ # 3) Update Google App Engine application dockerfile, if it exists.
166
if [ -w ${folder}/src/main/docker/Dockerfile ]; then
167
old_version="${module_version_map[${module}]}"
168
echo -e " Updating ${folder}/src/main/docker/Dockerfile"
0 commit comments