rohityadavcloud commented on code in PR #7163: URL: https://github.com/apache/cloudstack/pull/7163#discussion_r1095438915
########## tools/build/setnextversion.sh: ########## @@ -131,7 +131,6 @@ echo "setting new version numbers" mvn versions:set -DnewVersion=$version -P vmware -P developer -P systemvm -P simulator -Dnoredist versions:commit perl -pi -e "s/$currentversion/$version/" debian/changelog -perl -pi -e "s/$currentversion/$version/" tools/apidoc/pom.xml Review Comment: @weizhouapache there's no apidoc pom.xml? or data in it to sed/grep (btw sed would be faster than perl, but this is good too) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
