Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] Version moved backwards in JDT and other places

Hi,

It means that the version in baseline seems newer than the version in current build, which isn't something desired.

I think this case is a consequence of a small change in parent pon to ignore .settings changes in qualifier computation as most of those changes don't cascade to binary change and the compare-with-baselines mojo detects issues in case binaries are modified.
This can cause an issue for projects whose last committed change only affects .settings because newer build would compute an older qualifier forthe same module. Although the probability of it happening was low, it was not 0 and it looks like you found an occurrence of the issue. The simplest remediation is to bump with +0.0.100 here.

Hth


On Wednesday, June 19, 2019, Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:
Hi,

JDT Gerrit reports version moved backwards


What does that mean?

Best regards, Lars


--
Mickael Istria
Eclipse IDE developer, for Red Hat Developers


Back to the top