[pom] branch release/1.0 created (now daafe6b)
This is an automated email from the git hooks/post-receive script. New change to branch release/1.0 in repository pom. See http://git.nuiton.org/pom.git at daafe6b [jgitflow-maven-plugin]updating poms for branch '1.0' with snapshot versions This branch includes the following new commits: new daafe6b [jgitflow-maven-plugin]updating poms for branch '1.0' with snapshot versions 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 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 -- 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 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>.
participants (1)
-
nuiton.org scm