This is an automated email from the git hooks/post-receive script. New commit to branch release/1.0 in repository pom. See http://git.nuiton.org/pom.git commit daafe6b75665f08f46b6b4a4b0c3a2c0f3490c6c Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Jul 21 08:51:12 2014 +0200 [jgitflow-maven-plugin]updating poms for branch '1.0' with snapshot versions --- chorempom/pom.xml | 3 +-- codelutinpom/pom.xml | 3 +-- nuitonpom/pom.xml | 3 +-- pom.xml | 11 +++++------ 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/chorempom/pom.xml b/chorempom/pom.xml index daa50b4..757ddc7 100644 --- a/chorempom/pom.xml +++ b/chorempom/pom.xml @@ -20,8 +20,7 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/codelutinpom/pom.xml b/codelutinpom/pom.xml index 9cad4c0..e3a30c1 100644 --- a/codelutinpom/pom.xml +++ b/codelutinpom/pom.xml @@ -20,8 +20,7 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/nuitonpom/pom.xml b/nuitonpom/pom.xml index e28f256..c7ce5a1 100644 --- a/nuitonpom/pom.xml +++ b/nuitonpom/pom.xml @@ -20,8 +20,7 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/pom.xml b/pom.xml index 3863e5f..539e36c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,8 +20,7 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.nuiton</groupId> @@ -151,13 +150,13 @@ <properties> <!-- the redmine plateform used --> - <platform/> + <platform /> <!-- a proprerty to define the id of the project, in a multi-module project, you must use a hard-cored value, otherwise for modules the artifactId will be expanded , otherwise, no need to override it --> - <projectId/> + <projectId /> <!-- default encoding --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -342,7 +341,7 @@ <!-- ////////////////////////////////////////////////////////////////// --> <!-- extra files to include in release --> - <redmine.releaseFiles/> + <redmine.releaseFiles /> <!-- use this for a lib extra files --> <redmine.libReleaseFiles> @@ -746,7 +745,7 @@ <!-- do not generate if tests are skipped --> <skip>${maven.test.skip}</skip> <target> - <mkdir dir="${basedir}/target/surefire-workdir"/> + <mkdir dir="${basedir}/target/surefire-workdir" /> </target> </configuration> <goals> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.