This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See http://git.nuiton.org/pom.git commit 9014b66118b67a75ee02b3236cd9239a37ad3e66 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Jul 21 08:51:15 2014 +0200 [jgitflow-maven-plugin]updating poms for 1.1-SNAPSHOT development --- chorempom/pom.xml | 5 ++--- codelutinpom/pom.xml | 5 ++--- nuitonpom/pom.xml | 5 ++--- pom.xml | 13 ++++++------- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/chorempom/pom.xml b/chorempom/pom.xml index daa50b4..6502ba4 100644 --- a/chorempom/pom.xml +++ b/chorempom/pom.xml @@ -20,14 +20,13 @@ <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> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </parent> <artifactId>chorempom</artifactId> diff --git a/codelutinpom/pom.xml b/codelutinpom/pom.xml index 9cad4c0..faaf352 100644 --- a/codelutinpom/pom.xml +++ b/codelutinpom/pom.xml @@ -20,14 +20,13 @@ <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> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </parent> <artifactId>codelutinpom</artifactId> diff --git a/nuitonpom/pom.xml b/nuitonpom/pom.xml index e28f256..4d73c03 100644 --- a/nuitonpom/pom.xml +++ b/nuitonpom/pom.xml @@ -20,14 +20,13 @@ <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> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </parent> <artifactId>nuitonpom</artifactId> diff --git a/pom.xml b/pom.xml index 3863e5f..caee0dd 100644 --- a/pom.xml +++ b/pom.xml @@ -20,13 +20,12 @@ <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> <artifactId>pom</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Pom</name> @@ -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>.