diff --git a/scripts/update-version.sh b/scripts/update-version.sh index 7b969fd15e..fadc7d1df3 100755 --- a/scripts/update-version.sh +++ b/scripts/update-version.sh @@ -9,7 +9,13 @@ eval TOTAL_BUILD=true; eval SEMANTIC="minor"; eval projects=( "cli" - ) + "core" + "content-services" + "process-services" + "process-services-cloud" + "insights" + "testing" + "extensions" ) cd `dirname $0`