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 2ea1d82fd4874be11cff9946bc2bba0141cf49ba Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Sep 1 15:25:18 2015 +0200 suppression du variable de version qui ne sert plus --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index de27474..d6c9d38 100644 --- a/pom.xml +++ b/pom.xml @@ -128,7 +128,6 @@ <jaxxVersion>2.23.1</jaxxVersion> <swingXVersion>1.6.4</swingXVersion> <slf4jVersion>1.7.9</slf4jVersion> - <adagioSharedVersion>3.8.3</adagioSharedVersion> <!-- Can't use now adagio previous to 3.9.1 after this version --> <adagioVersion>3.8.6.3</adagioVersion> <bluecoveVersion>2.1.0</bluecoveVersion> @@ -196,7 +195,7 @@ <dependency> <groupId>fr.ifremer.adagio</groupId> <artifactId>adagio-core-shared</artifactId> - <version>${adagioSharedVersion}</version> + <version>${adagioVersion}</version> </dependency> <dependency> <groupId>fr.ifremer.adagio</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.