I'm building a project with buildr that depends indirectly on the stax-ex library. The problem is, some dependency seems to be looking for the RELEASE version of this library.
It fails with: (...) Downloading org.jvnet.staxex:stax-ex:pom:RELEASE Buildr aborted! RuntimeError : Failed to download org.jvnet.staxex:stax-ex:pom:RELEASE,(...) I've noticed that the metadata file for stax-ex has an entry for the RELEASE version: (...) <versioning> <latest>1.6</latest> <release>1.6</release> (...) This seems to be related to a recent e-mail sent to the list (though it only mentions the maven keyword LATEST). Any ideas? Thanks, -- Khristian Alexander Schönrock