ppalaga opened a new pull request #2141: URL: https://github.com/apache/camel-quarkus/pull/2141
`mvn release:update-versions -DautoVersionSubmodules=true -DdevelopmentVersion=$NEW_VERSION` is much faster than `mvn versions:set -DnewVersion=$NEW_VERSION` and it also automagicaly does what we did via ``` sed -i "s|<camel-quarkus.version>[^<]*</camel-quarkus.version>|<camel-quarkus.version>$NEXT_SNAPSHOT</camel-quarkus.version>|" poms/bom/pom.xml poms/bom-test/pom.xml ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
