This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit 77e045e59cbc3708ef96309b225c11869aa1f3f5 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue May 26 15:36:44 2015 +0200 updates librairies (refs #7147) --- observe-entities/pom.xml | 3 +++ pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/observe-entities/pom.xml b/observe-entities/pom.xml index 7a7e4d6..f141cb1 100644 --- a/observe-entities/pom.xml +++ b/observe-entities/pom.xml @@ -166,6 +166,9 @@ org.nuiton.topia.generator.TopiaMetaTransformer, org.nuiton.topia.generator.BinderHelperTransformer </templates> + + <!-- Using some unsafe tag values --> + <failIfUnsafe>false</failIfUnsafe> </configuration> <goals> <goal>generate</goal> diff --git a/pom.xml b/pom.xml index 7ed2763..72e7f29 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>codelutinpom</artifactId> - <version>2.0</version> + <version>2.1</version> </parent> <groupId>fr.ird.observe</groupId> @@ -108,9 +108,9 @@ <projectId>observe</projectId> - <eugenePluginVersion>2.14</eugenePluginVersion> + <eugenePluginVersion>3.0-alpha-1</eugenePluginVersion> - <topiaVersion>2.9.5.5</topiaVersion> + <topiaVersion>2.10</topiaVersion> <jaxxVersion>2.24</jaxxVersion> <nuitonI18nVersion>3.3</nuitonI18nVersion> <nuitonValidatorVersion>3.0</nuitonValidatorVersion> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.