mirror of https://github.com/apache/cloudstack.git
fix tools/build/setnextversion.sh: do not update tools/apidoc/pom.xml (#7163)
Steps to reproduce the issue (1) on ubuntu server, run "git checkout 4.17.2.0" (2) packaging cd packaging/ ./build-deb.sh -b test1 expected result: succeed actual result: [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.apache.cloudstack:cloud-apidoc:4.17.2.0-test1-test1 (/data/cloudstack/tools/apidoc/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.apache.cloudstack:cloud-apidoc:4.17.2.0-test1-test1: Could not find artifact org.apache.cloudstack:cloud-tools:pom:4.17.2.0-test1-test1 in central (https://repo.maven.apache.org/maven2) and 'parent.relativePath' points at wrong local POM @ line 25, column 13 -> [Help 2]
This commit is contained in:
parent
fb51504dff
commit
ea2b537985
|
|
@ -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
|
||||
perl -pi -e "s/$currentversion/$version/" tools/checkstyle/pom.xml
|
||||
perl -pi -e "s/$currentversion/$version/" tools/marvin/setup.py
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue