Skip to content

Commit ea2b537

Browse files
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]
1 parent fb51504 commit ea2b537

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/build/setnextversion.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ echo "setting new version numbers"
131131
mvn versions:set -DnewVersion=$version -P vmware -P developer -P systemvm -P simulator -Dnoredist versions:commit
132132

133133
perl -pi -e "s/$currentversion/$version/" debian/changelog
134-
perl -pi -e "s/$currentversion/$version/" tools/apidoc/pom.xml
135134
perl -pi -e "s/$currentversion/$version/" tools/checkstyle/pom.xml
136135
perl -pi -e "s/$currentversion/$version/" tools/marvin/setup.py
137136

0 commit comments

Comments
 (0)