[topia] branch develop updated (8029b8a -> 8d9ae23)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See http://git.nuiton.org/topia.git from 8029b8a fixes #3283 Update TopiaMetaTransformer with most commonly used values new 8d9ae23 Update versions H2 1.4.181 Guava 18.0 nuiton-utils 3.0-rc-7 nuiton-csv 3.0-rc-4 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 8d9ae232d5ac3b533a24d1ad745ce10606cbed0d Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Aug 26 18:17:57 2014 +0200 Update versions H2 1.4.181 Guava 18.0 nuiton-utils 3.0-rc-7 nuiton-csv 3.0-rc-4 Summary of changes: pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit 8d9ae232d5ac3b533a24d1ad745ce10606cbed0d Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Aug 26 18:17:57 2014 +0200 Update versions H2 1.4.181 Guava 18.0 nuiton-utils 3.0-rc-7 nuiton-csv 3.0-rc-4 --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index ca7e8ec..fc60c8e 100644 --- a/pom.xml +++ b/pom.xml @@ -236,14 +236,15 @@ <commonsLoggingVersion>1.2</commonsLoggingVersion> <eugeneVersion>2.13</eugeneVersion> <flywayVersion>3.0</flywayVersion> - <h2Version>1.4.180</h2Version> + <guavaVersion>18.0</guavaVersion> + <h2Version>1.4.181</h2Version> <hamcrestVersion>1.3</hamcrestVersion> <hibernateVersion>4.3.6.Final</hibernateVersion> <javassistVersion>3.18.2-GA</javassistVersion> <liquibaseVersion>3.2.2</liquibaseVersion> <mockitoVersion>1.9.5</mockitoVersion> - <nuitonUtilsVersion>3.0-rc-6</nuitonUtilsVersion> - <nuitonCsvVersion>3.0-rc-3</nuitonCsvVersion> + <nuitonUtilsVersion>3.0-rc-7</nuitonUtilsVersion> + <nuitonCsvVersion>3.0-rc-4</nuitonCsvVersion> <nuitonDecoratorVersion>3.0-alpha-3</nuitonDecoratorVersion> <nuitonI18nVersion>3.3</nuitonI18nVersion> <processorPluginVersion>1.3</processorPluginVersion> @@ -360,7 +361,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>17.0</version> + <version>${guavaVersion}</version> </dependency> <!-- Commons libs --> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm