Pax URL - 1.3.2 Released

Today, April, 8th, 2011 the Pax URL project has been released in Version 1.3.2.

This release sums up the previous RC1 and RC2 releases this week.
Additionally it added https support for the pax-url-aether handler.

You can find the Release Notes here.

Artifacts have been uploaded to Maven Central for general availability.

From RC2

This is another release towards the final 1.3.2 which mostly features a stable Aether based URL Handler.

The RC2 includes added support for classifiers (which was dropped accidentally) again to the mvn handler (aether).
(Thanks Guillaume!)

From RC1

This is the natural followup to 1.3.1 contains fixes related to the Aether protocol handler:
Most importantly, this:

  • Brings back the chance to use repositories without @id tag (it just gives a warning now) PAXURL-122
  • Makes aether a full replacement of the mvn: handler. You now have to chose between pax-url-mvn or pax-url-aether, but never both togeher (no more fallback). Protocol specifier for both is: "mvn:". (no more "ather:")
    PAXURL-124