Skip to content

fix: add -DallowMajorUpdates=false to lifecycle plugin version update workflow - #13186

Merged
gnodet merged 1 commit into
apache:masterfrom
gnodet:fix/update-lifecycle-plugins-allow-major
Sep 18, 2026
Merged

gnodet merged 1 commit into
apache:masterfrom
gnodet:fix/update-lifecycle-plugins-allow-major

Conversation

@gnodet

@gnodet gnodet commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

The update-lifecycle-plugins workflow was missing -DallowMajorUpdates=false, causing versions:update-properties to propose major version bumps (e.g. 3.x → 4.x betas) for lifecycle plugins. This resulted in PR #13185 proposing 4.x versions for clean, compiler, deploy, install, jar, plugin, resources, and site plugins, which was not intended.

Adding -DallowMajorUpdates=false restricts the update to minor/patch releases only, keeping lifecycle plugins on their current major version.

@gnodet
gnodet merged commit e261ba7 into apache:master Sep 18, 2026
1 check passed
@github-actions github-actions Bot added this to the 4.1.0 milestone Sep 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

@gnodet Please assign appropriate label to PR according to the type of change.

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.

1 participant