weizhouapache commented on code in PR #7163:
URL: https://github.com/apache/cloudstack/pull/7163#discussion_r1095485796


##########
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:
   @rohityadavcloud 
   the version number in tools/apidoc/pom.xml has already been updated by line 
131
   ```
   mvn versions:set -DnewVersion=$version -P vmware -P developer -P systemvm -P 
simulator -Dnoredist versions:commit
   ```
   
   This fixes the issue that debian packages cannot be build in private 
repository.



-- 
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]

Reply via email to