From de0217b2560f9c3c450061d4233567b31ac609d0 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Mon, 18 May 2015 19:02:49 +0200 Subject: [PATCH] XSD schema reference added --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4f618eac0..3e331adb2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,5 @@ -<!-- "mvn -fail-at-end" required! - This file is used to build and run all the examples --> -<project> +<!-- This file is used to build and run all the examples --> +<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> <properties> -- GitLab