branch release/5.0 created (now 3e852e9)
This is an automated email from the git hooks/post-receive script. New change to branch release/5.0 in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git at 3e852e9 [jgitflow-maven-plugin]updating poms for 5.0 branch with snapshot versions This branch includes the following new commits: new 3e852e9 [jgitflow-maven-plugin]updating poms for 5.0 branch 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 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 -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm