branch develop updated (5e23c50 -> 811e6c6)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-config. See http://git.nuiton.org/nuiton-config.git from 5e23c50 Expose org.nuiton.config.ApplicationConfig#replaceRecursiveOptions method (fixes #3772) Merge branch 'feature/3772' into develop new 811e6c6 Upgrade dependencies + use nuitonpom 3 (fixes #3773) 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 811e6c6c1fad6898c87e0328687c7471684f8f39 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Aug 30 15:47:13 2015 +0200 Upgrade dependencies + use nuitonpom 3 (fixes #3773) Summary of changes: pom.xml | 8 ++++---- 1 file changed, 4 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 nuiton-config. See http://git.nuiton.org/nuiton-config.git commit 811e6c6c1fad6898c87e0328687c7471684f8f39 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Aug 30 15:47:13 2015 +0200 Upgrade dependencies + use nuitonpom 3 (fixes #3773) --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 70c3a9c..3f797ae 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>1.5</version> + <version>3</version> </parent> <artifactId>nuiton-config</artifactId> @@ -85,13 +85,13 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>3.0-rc-5</version> + <version>3.0-rc-8</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.3.2</version> + <version>3.4</version> </dependency> <dependency> @@ -121,7 +121,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>4.12</version> <scope>test</scope> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm