users@jaxb.java.net

[hj2 & Jaxbcommons] New maven versions available in m2-repo_at_java.net

From: Kostis Anagnostopoulos <ankostis_at_gmail.com>
Date: Thu, 3 Aug 2006 17:27:43 +0300

Hi to all,

New versions of the Hyperjaxb2 and Jaxbcommons projects were just
uploaded into maven2-repo_at_java.net. HJ2 depends on Jaxbcommons.

They contain no code modifications. They use jaxb-1.x artifacts
uploaded to the same repository, and have some imporovments in their
dependencies. No other changes (should) exist.

Here are the uploaded artifacts:

JAXBCOMMONS from 1.0-->1.0.1:
  org.jvnet.jaxbcommons:jaxbcommons-runtime:1.0.6 (already there)
  org.jvnet.jaxbcommons:jaxbcommons-*:1.0.1
HYPERJAXB2 from 0.5-->0.5.1:
  org.jvnet.hyperjaxb2:hyperjaxb2-*:0.5.1


To use them, just add the following to your poms:
<repository>
        <id>maven2-repository.dev.java.net</id>
        <name>Java.net Repository for Maven</name>
        <url>https://maven2-repository.dev.java.net/nonav/repository</url>
        <layout>default</layout>
</repository>


  Kostis