Hi there,
I'm trying to get the newest hibernate version for my project, for this purpose I've added the jboss repo into my settings.xml
<repository>
<id>jboss-releases</id>
<url>http://repository.jboss.org/maven2</url>
</repository>
but when I do the depency search from my m2eclipse plugin I see only results from the official maven repo, why? Why I don't see the latest release 3.5.1? Instead only 3.3.2 is shown