[tutti] branch develop updated (fe0fa0d -> 4c4dde9)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See http://git.codelutin.com/tutti.git from fe0fa0d change the test data directory new 4c4dde9 updates libraries The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 4c4dde9292519dff7ff3d70663543db5734fd07c Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 12 12:29:12 2014 +0200 updates libraries Summary of changes: pom.xml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit 4c4dde9292519dff7ff3d70663543db5734fd07c Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 12 12:29:12 2014 +0200 updates libraries --- pom.xml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 3091604..84c7002 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>codelutinpom</artifactId> - <version>1.2</version> + <version>1.3-SNAPSHOT</version> </parent> <groupId>fr.ifremer</groupId> @@ -130,15 +130,16 @@ <!-- libraries version --> <nuitonI18nVersion>3.3</nuitonI18nVersion> - <nuitonValidatorVersion>3.0-rc-1</nuitonValidatorVersion> + <nuitonValidatorVersion>3.0-rc-2</nuitonValidatorVersion> <eugenePluginVersion>2.13</eugenePluginVersion> <jaxxVersion>2.12</jaxxVersion> - <swingXVersion>1.6.4</swingXVersion> - <slf4jVersion>1.7.6</slf4jVersion> + <!--<swingXVersion>1.6.4</swingXVersion>--> + <swingXVersion>1.6.5-1</swingXVersion> + <slf4jVersion>1.7.7</slf4jVersion> <adagioVersion>3.6.2</adagioVersion> <bluecoveVersion>2.1.0</bluecoveVersion> - <hibernateVersion>4.3.1.Final</hibernateVersion> - <springVersion>4.0.1.RELEASE</springVersion> + <hibernateVersion>4.3.6.Final</hibernateVersion> + <springVersion>4.1.0.RELEASE</springVersion> <hsqldbVersion>1.8.0.10</hsqldbVersion> <!-- I18n configuration --> @@ -218,7 +219,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-profiling</artifactId> - <version>2.7.1</version> + <version>3.0</version> </dependency> <dependency> <groupId>org.nuiton</groupId> @@ -275,7 +276,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1.3</version> + <version>1.2</version> </dependency> <dependency> <groupId>commons-httpclient</groupId> @@ -312,14 +313,14 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>17.0</version> + <version>18.0</version> </dependency> <!-- XWorks (validation) --> <dependency> <groupId>org.apache.struts.xwork</groupId> <artifactId>xwork-core</artifactId> - <version>2.3.16</version> + <version>2.3.16.3</version> <exclusions> <exclusion> <groupId>javassist</groupId> @@ -465,20 +466,20 @@ <dependency> <groupId>org.xhtmlrenderer</groupId> <artifactId>flying-saucer-pdf-itext5</artifactId> - <version>9.0.2</version> + <version>9.0.6</version> </dependency> <dependency> <groupId>com.itextpdf</groupId> <artifactId>itextpdf</artifactId> - <version>5.4.1</version> + <version>5.5.2</version> </dependency> <!-- FreeMarker --> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> - <version>2.3.19</version> + <version>2.3.20</version> </dependency> <!-- Bluecove --> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm