Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] please test staged tycho 0.14.0


On 12-02-09 5:40 PM, Thomas Smith wrote:
One thing about 0.14.0 is that it seems to enforce that all version
numbers must have three parts.  For example, I've repackaged the
Prefuse library, which as a version number like "20071021" in the
MANIFEST.MF.  In 0.13.0, the generated pom file also said 20071021,
but that generated pom file now fails: 0.14.0 is looking for
"20071021.0.0".  I think there's a new maven goal to reset all pom
versions to match their manifest versions, but I don't know how to use
it.  Is it just "mvn tycho-versions-plugin:updatepom"?


I think you need to specify groupId and version, but I am not sure.

--
Regards,
Igor


Back to the top