Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bump-up.sh to remove deprecated helix-admin-webapp and helix-front #2855

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

abhilash1in
Copy link
Contributor

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
  • pom.xml and other modules: 1.4.1-SNAPSHOT link

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

…ront

Update bump-up.sh to remove deprecated helix-admin-webapp and helix-front
@junkaixue junkaixue merged commit 0f2ca66 into apache:master Jul 29, 2024
1 check passed
@abhilash1in abhilash1in deleted the patch-1 branch July 29, 2024 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants