build: bump ddk.feature to 19.1.1 (content changed vs 19.1.0 baseline) - #1502
Merged
joaodinissf merged 1 commit intoAug 26, 2026
Merged
Conversation
Release 19.1.0 published com.avaloq.tools.ddk.feature at 19.1.0, so the feature version now equals the baseline. The first post-release bundle change (d2af767, xtext.format) moved the feature's aggregated qualifier past the released one at the same x.y.z, and the snapshot build fails at compare-version-with-baselines: Only qualifier changed for (com.avaloq.tools.ddk.feature.feature.jar/ 19.1.0.v20260825-2141). Expected to have bigger x.y.z than what is available in baseline (19.1.0.v20260825-1344) Bump the feature to 19.1.1 (feature.xml + pom, category.xml following), mirroring the 19.0.1 aftercare precedent (4772c85). runtime.feature stays at 19.1.0: none of its contained bundles changed since the release. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
joaodinissf
enabled auto-merge (rebase)
August 25, 2026 22:30
rubenporras
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Post-release aftercare for 19.1.0: bumps
com.avaloq.tools.ddk.featureto19.1.1(feature.xml + pom.xml, withddk-repository/category.xmlfollowing).com.avaloq.tools.ddk.runtime.featurestays at 19.1.0 — none of its contained bundles changed since the release.Why
Release 19.1.0 published
ddk.featureat 19.1.0, so the feature's version now equals the baseline. Tycho aggregates the feature qualifier from its contained plugins, so the first post-release change to any contained bundle (d2af767,xtext.format) moved the feature's qualifier past the released one at the same x.y.z — exactly whatcompare-version-with-baselinesforbids. Master's snapshot build is currently red with:(run 32902330639). Until this lands, every PR that rebuilds the feature inherits the same failure, and no p2 snapshots publish.
Mirrors the 19.0.1 aftercare precedent (4772c85).
🤖 Generated with Claude Code