Humberto Ferreira da Luz Junior you are missing one thing, it's the version of the hibernate-maven-plugin. In your latest sample it's still set to 5.0.7.Final.
Please note that you'll need to enable the snapshots for plugins as well:
<pluginRepository> <id>jboss-snapshots-repository</id> <name>JBoss Snapshot Repository</name> <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url> </pluginRepository>