adoroszlai opened a new pull request, #1367:
URL: https://github.com/apache/ratis/pull/1367

   ## What changes were proposed in this pull request?
   
   Let `make_rc.sh` change version in all modules.  Fail the step if 
`ratis-bom/pom.xml` is unchanged.
   
   https://issues.apache.org/jira/browse/RATIS-2425
   
   ## How was this patch tested?
   
   Locally tested the sanity check without adding `-DprocessAllModules`.
   
   ```bash
   $ ./dev-support/make_rc.sh 1-prepare-src
   ...
   ++ grep -q ratis-bom/pom.xml
   ++ git diff --name-only
   ++ echo 'ratis-bom not updated by `mvn versions:set`'
   ratis-bom not updated by `mvn versions:set`
   ++ exit 1
   ```


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