abhilash1in opened a new pull request, #2855:
URL: https://github.com/apache/helix/pull/2855

   ### Description
   
   As helix-admin-webapp and helix-front are deprecated, `<parent>`'s version 
in pom.xml is not consistent with other modules.
   
   For example:
   - `helix-admin-webapp/pom.xml`: 1.3.2-SNAPSHOT 
[link](https://github.com/apache/helix/blob/eda45fc58f4e6fd19a96eb6bcf33f0e7813e0a53/helix-admin-webapp/pom.xml#L21C1-L25C12)
   - `pom.xml` and other modules: 1.4.1-SNAPSHOT 
[link](https://github.com/abhilash1in/helix/blob/add9a5274dbf7f0299a127a81bec0542cf758e60/pom.xml#L32)
   
   As a result, the current version obtained by `bump-up.sh` from `pom.xml` 
(get_version_from_pom) does not match what's in `helix-admin-webapp`, so the 
find and replace fails:
   ```
   bump up helix-admin-webapp/pom.xml
   Failed to update new version 1.4.1-dev-202407292139 in 
helix-admin-webapp/pom.xml
   ```
   
   This PR removes helix-admin-webapp and helix-front from bump-up.sh so that 
it doesn't fail while attempting to "find and replace" version numbers from 
these deprecated modules (until they are permanently removed).


-- 
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: reviews-unsubscr...@helix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@helix.apache.org
For additional commands, e-mail: reviews-h...@helix.apache.org

Reply via email to