So the change was just to allow numerical ordering for non-standard
versions like alpha-1 vs alpha-11 and 5.0.9.0 vs 5.0.10.0 ?
That looks ok to me at first glance, but I'll take a closer look.
- Brett
On 16/05/2008, at 5:02 AM, Hervé BOUTEMY wrote:
FYI, I just merged version comparison impr
The extension would be required to support the new feature behind the
namespace tags.
My idea is to separate the modelVersion (maven-model.jar version in use) and
the POM XML structure, that could use some custom parsing / post-processors,
like the example profile desactivation.
2008/5/18 Bryon J
I also used the final RC of 2.0.9 to release Archiva last time.
I did change the filtering for wagon-ssh in a much earlier commit -
that would be my initial guess, but I also have a feeling I would have
tried stage copying with that in place already.
Is this being done with the latest relea
I wrote a kinda lengthy blog post about doing this sort of thing:
http://freedomandbeer.com/posts/extensible-xml-with-xml-namespaces-and-relaxng
RelaxNG is a fantastic language for specifying schemas for XML - the
grammar notation is very natural to write in. Allowed elements are
specifie