This is an automated email from the git hooks/post-receive script. New commit to branch feature/3666 in repository topia. See http://git.nuiton.org/topia.git commit 9e19211abed148e181eef983e2f63c06f3a06eb9 Author: Brendan Le Ny <bleny@codelutin.com> Date: Thu Mar 26 16:51:45 2015 +0100 Use Hibernate 5.0.0-SNAPSHOT, add JBoss snapshot repo (to be removed) --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 23d8533..eace01b 100644 --- a/pom.xml +++ b/pom.xml @@ -239,7 +239,7 @@ <guavaVersion>18.0</guavaVersion> <h2Version>1.4.184</h2Version> <hamcrestVersion>1.3</hamcrestVersion> - <hibernateVersion>4.3.7.Final</hibernateVersion> + <hibernateVersion>5.0.0-SNAPSHOT</hibernateVersion> <javassistVersion>3.18.2-GA</javassistVersion> <junitVersion>4.12</junitVersion> <liquibaseVersion>3.3.1</liquibaseVersion> @@ -500,4 +500,12 @@ </pluginManagement> </build> + <repositories> + <repository> + <id>jboss-snapshots</id> + <name>JBoss snapshots repository</name> + <url>https://repository.jboss.org/nexus/content/repositories/snapshots</url> + </repository> + </repositories> + </project> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.