Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/maven-deploy')
-rw-r--r--releng/maven-deploy/controls_pom.xml4
-rw-r--r--releng/maven-deploy/panes_pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/releng/maven-deploy/controls_pom.xml b/releng/maven-deploy/controls_pom.xml
index 9619b1e69..f3aeaa317 100644
--- a/releng/maven-deploy/controls_pom.xml
+++ b/releng/maven-deploy/controls_pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.fx</groupId>
<artifactId>org.eclipse.fx.ui.controls</artifactId>
diff --git a/releng/maven-deploy/panes_pom.xml b/releng/maven-deploy/panes_pom.xml
index 1211644da..10acfb0de 100644
--- a/releng/maven-deploy/panes_pom.xml
+++ b/releng/maven-deploy/panes_pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.fx</groupId>
<artifactId>org.eclipse.fx.ui.panes</artifactId>

Back to the top