This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 1af21945e08675b2274da4b07744030c629f9952 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Jul 25 15:30:59 2016 +0200 Do not stay on snapshot if not necessary --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a37724b..4a9a661 100644 --- a/pom.xml +++ b/pom.xml @@ -278,13 +278,13 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-config</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-rc-4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-version</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-rc-2</version> <scope>compile</scope> </dependency> <dependency> @@ -296,7 +296,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-csv</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-rc-5</version> <scope>compile</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.