branch develop updated (bfdd121 -> 4d50a98)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from bfdd121 fix NPE new 4d50a98 [jgitflow-maven-plugin]updating poms for 6.0-SNAPSHOT development 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 4d50a98b6310f1db58d67ea4d8197fb4c1ede93e Author: Maven Release <maven-release@codelutin.com> Date: Sat Dec 17 14:47:21 2016 +0100 [jgitflow-maven-plugin]updating poms for 6.0-SNAPSHOT development Summary of changes: entities/pom.xml | 10 ++++------ services-dto-gson/pom.xml | 3 +-- 2 files changed, 5 insertions(+), 8 deletions(-) -- 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 develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 4d50a98b6310f1db58d67ea4d8197fb4c1ede93e Author: Maven Release <maven-release@codelutin.com> Date: Sat Dec 17 14:47:21 2016 +0100 [jgitflow-maven-plugin]updating poms for 6.0-SNAPSHOT development --- entities/pom.xml | 10 ++++------ services-dto-gson/pom.xml | 3 +-- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/entities/pom.xml b/entities/pom.xml index 34aa3c7..95cab3b 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> @@ -192,13 +191,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="*.ini"/> + <include name="*.ini" /> </fileset> </copy> </target> diff --git a/services-dto-gson/pom.xml b/services-dto-gson/pom.xml index 564cb7e..f5a1501 100644 --- a/services-dto-gson/pom.xml +++ b/services-dto-gson/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> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm