This is an automated email from the git hooks/post-receive script. New commit to branch release/5.0 in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 3e852e9aa9b3925d1986cab39a895199021c6a66 Author: Maven Release <maven-release@codelutin.com> Date: Mon Sep 12 10:51:59 2016 +0200 [jgitflow-maven-plugin]updating poms for 5.0 branch with snapshot versions --- application-web/pom.xml | 3 +-- entities/pom.xml | 10 ++++------ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/application-web/pom.xml b/application-web/pom.xml index ff2097e..5da30cc 100644 --- a/application-web/pom.xml +++ b/application-web/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<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/entities/pom.xml b/entities/pom.xml index 887ad80..88e54c0 100644 --- a/entities/pom.xml +++ b/entities/pom.xml @@ -22,8 +22,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> @@ -175,13 +174,12 @@ <phase>generate-sources</phase> <configuration> <target> - <copy verbose="true" failonerror="true" overwrite="true" filtering="true" - todir="${project.build.directory}/xmi"> + <copy verbose="true" failonerror="true" overwrite="true" filtering="true" todir="${project.build.directory}/xmi"> <filterset> - <filter value="${observe.model.version}" token="observe.model.version"/> + <filter value="${observe.model.version}" token="observe.model.version" /> </filterset> <fileset dir="${basedir}/src/main/xmi"> - <include name="*.objectmodel-ext"/> + <include name="*.objectmodel-ext" /> </fileset> </copy> </target> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.