This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia-2.x. See https://gitlab.nuiton.org/nuiton/topia-2.x.git commit 822418958075d1c294d12f0082f7e8376126f9dc Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Aug 3 11:58:15 2016 +0200 refs #3902: Update libs --- pom.xml | 12 ++++++------ topia-service-security/pom.xml | 5 ----- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 6d2942b..4941b11 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>8.1</version> + <version>10.2</version> </parent> <artifactId>topia</artifactId> @@ -202,15 +202,15 @@ <projectId>topia</projectId> <!-- libs version --> - <eugeneVersion>3.0-alpha-4</eugeneVersion> + <eugeneVersion>3.0-alpha-5</eugeneVersion> <nuitonCsvVersion>3.0-rc-5</nuitonCsvVersion> <nuitonDecoratorVersion>3.0</nuitonDecoratorVersion> - <nuitonUtilsVersion>3.0-rc-11</nuitonUtilsVersion> + <nuitonUtilsVersion>3.0-rc-13</nuitonUtilsVersion> <processorPluginVersion>1.3</processorPluginVersion> - <nuitonI18nVersion>3.3</nuitonI18nVersion> + <nuitonI18nVersion>3.5</nuitonI18nVersion> <xmlrpcVersion>3.1.2</xmlrpcVersion> <hibernateVersion>5.1.0.Final</hibernateVersion> - <sl4jVersion>1.7.18</sl4jVersion> + <sl4jVersion>1.7.21</sl4jVersion> <h2Version>1.3.176</h2Version> <hamcrestVersion>1.3</hamcrestVersion> @@ -330,7 +330,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> + <version>2.5</version> </dependency> <dependency> diff --git a/topia-service-security/pom.xml b/topia-service-security/pom.xml index 9203923..7f55ab9 100644 --- a/topia-service-security/pom.xml +++ b/topia-service-security/pom.xml @@ -40,11 +40,6 @@ <description>Hibernate based security service</description> <properties> - - <!-- TopiaSecurityutil uses some sun.xxx classes --> - <signatureArtifactId>java16-sun</signatureArtifactId> - <signatureVersion>1.10</signatureVersion> - <!-- Post Release configuration --> <skipPostRelease>false</skipPostRelease> </properties> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.