This is an automated email from the git hooks/post-receive script. New commit to branch feature/jooq in repository wao. See https://gitlab.nuiton.org/None/wao.git commit 5f76f42b14e172357aae40fe8bd6ec87b19a96ae Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Apr 1 16:32:44 2016 +0200 Utilise le JavaGenerator qui n'est pas déprécié --- wao-persistence-jooq/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wao-persistence-jooq/pom.xml b/wao-persistence-jooq/pom.xml index 97873d1..a50ab51 100644 --- a/wao-persistence-jooq/pom.xml +++ b/wao-persistence-jooq/pom.xml @@ -97,7 +97,7 @@ <!-- Generator parameters --> <generator> - <name>org.jooq.util.DefaultGenerator</name> + <name>org.jooq.util.JavaGenerator</name> <database> <name>org.jooq.util.postgres.PostgresDatabase</name> <includes>.*</includes> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.