This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository say-my-texts. See http://git.chorem.org/say-my-texts.git commit 442c07b4e3e37a42536e0b01d0bb3a6ffbd9b8fe Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 3 15:08:43 2016 +0100 Update parent pom --- README.txt => README.md | 0 pom.xml | 11 +++-------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/README.txt b/README.md similarity index 100% rename from README.txt rename to README.md diff --git a/pom.xml b/pom.xml index d52b0d2..87404e0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ #%L WLO %% - Copyright (C) 2013 - 2014 Ifremer + Copyright (C) 2013 - 2016 Code Lutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>chorempom</artifactId> - <version>2.4</version> + <version>9</version> </parent> <groupId>org.chorem.android</groupId> @@ -83,16 +83,11 @@ <connection>scm:git:git@gitlab.nuiton.org:chorem/say-my-texts.git</connection> <developerConnection>scm:git:git@gitlab.nuiton.org:chorem/say-my-texts.git</developerConnection> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> <properties> <!-- Java version --> + <ciViewId>Say my texts</ciViewId> <javaVersion>1.7</javaVersion> <signatureArtifactId>java17</signatureArtifactId> <signatureVersion>1.0</signatureVersion> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.