This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit f5cb99f10a6f17b21314c54bf7623892381b4666
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Aug 15 16:39:23 2019 +0100

    Add XML Namespace to the project element of all POM files
---
 res/maven/tomcat-annotations-api.pom     | 7 +++++--
 res/maven/tomcat-api.pom                 | 5 ++++-
 res/maven/tomcat-catalina-ant.pom        | 5 ++++-
 res/maven/tomcat-catalina-ha.pom         | 5 ++++-
 res/maven/tomcat-catalina-jmx-remote.pom | 6 ++++--
 res/maven/tomcat-catalina-ws.pom         | 6 ++++--
 res/maven/tomcat-catalina.pom            | 5 ++++-
 res/maven/tomcat-coyote.pom              | 5 ++++-
 res/maven/tomcat-dbcp.pom                | 5 ++++-
 res/maven/tomcat-el-api.pom              | 5 ++++-
 res/maven/tomcat-embed-core.pom          | 5 ++++-
 res/maven/tomcat-embed-el.pom            | 5 ++++-
 res/maven/tomcat-embed-jasper.pom        | 5 ++++-
 res/maven/tomcat-embed-websocket.pom     | 5 ++++-
 res/maven/tomcat-i18n-es.pom             | 5 ++++-
 res/maven/tomcat-i18n-fr.pom             | 5 ++++-
 res/maven/tomcat-i18n-ja.pom             | 5 ++++-
 res/maven/tomcat-i18n-ru.pom             | 5 ++++-
 res/maven/tomcat-jasper-el.pom           | 5 ++++-
 res/maven/tomcat-jasper.pom              | 5 ++++-
 res/maven/tomcat-jaspic-api.pom          | 5 ++++-
 res/maven/tomcat-jdbc.pom                | 5 ++++-
 res/maven/tomcat-jni.pom                 | 5 ++++-
 res/maven/tomcat-jsp-api.pom             | 5 ++++-
 res/maven/tomcat-juli.pom                | 5 ++++-
 res/maven/tomcat-servlet-api.pom         | 5 ++++-
 res/maven/tomcat-storeconfig.pom         | 5 ++++-
 res/maven/tomcat-tribes.pom              | 5 ++++-
 res/maven/tomcat-util-scan.pom           | 5 ++++-
 res/maven/tomcat-util.pom                | 5 ++++-
 res/maven/tomcat-websocket-api.pom       | 5 ++++-
 res/maven/tomcat-websocket.pom           | 5 ++++-
 res/maven/tomcat.pom                     | 5 ++++-
 33 files changed, 133 insertions(+), 36 deletions(-)

diff --git a/res/maven/tomcat-annotations-api.pom 
b/res/maven/tomcat-annotations-api.pom
index b941005..79d0ab4 100644
--- a/res/maven/tomcat-annotations-api.pom
+++ b/res/maven/tomcat-annotations-api.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-annotations-api</artifactId>
@@ -29,4 +32,4 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-</project>
\ No newline at end of file
+</project>
diff --git a/res/maven/tomcat-api.pom b/res/maven/tomcat-api.pom
index 1e95efe..66774f4 100644
--- a/res/maven/tomcat-api.pom
+++ b/res/maven/tomcat-api.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-api</artifactId>
diff --git a/res/maven/tomcat-catalina-ant.pom 
b/res/maven/tomcat-catalina-ant.pom
index ad0a256..d192418 100644
--- a/res/maven/tomcat-catalina-ant.pom
+++ b/res/maven/tomcat-catalina-ant.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-catalina-ant</artifactId>
diff --git a/res/maven/tomcat-catalina-ha.pom b/res/maven/tomcat-catalina-ha.pom
index cbfe15b..c9052d0 100644
--- a/res/maven/tomcat-catalina-ha.pom
+++ b/res/maven/tomcat-catalina-ha.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-catalina-ha</artifactId>
diff --git a/res/maven/tomcat-catalina-jmx-remote.pom 
b/res/maven/tomcat-catalina-jmx-remote.pom
index d03594e..26afadb 100644
--- a/res/maven/tomcat-catalina-jmx-remote.pom
+++ b/res/maven/tomcat-catalina-jmx-remote.pom
@@ -15,8 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
-  <modelVersion>4.0.0</modelVersion>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-catalina-jmx-remote</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
diff --git a/res/maven/tomcat-catalina-ws.pom b/res/maven/tomcat-catalina-ws.pom
index aff8203..d9f8253 100644
--- a/res/maven/tomcat-catalina-ws.pom
+++ b/res/maven/tomcat-catalina-ws.pom
@@ -15,8 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
-  <modelVersion>4.0.0</modelVersion>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-catalina-ws</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
diff --git a/res/maven/tomcat-catalina.pom b/res/maven/tomcat-catalina.pom
index b628b78..eb1a43d 100644
--- a/res/maven/tomcat-catalina.pom
+++ b/res/maven/tomcat-catalina.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-catalina</artifactId>
diff --git a/res/maven/tomcat-coyote.pom b/res/maven/tomcat-coyote.pom
index 6300df1..58b40c5 100644
--- a/res/maven/tomcat-coyote.pom
+++ b/res/maven/tomcat-coyote.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-coyote</artifactId>
diff --git a/res/maven/tomcat-dbcp.pom b/res/maven/tomcat-dbcp.pom
index 897bfec..9331bcd 100644
--- a/res/maven/tomcat-dbcp.pom
+++ b/res/maven/tomcat-dbcp.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-dbcp</artifactId>
diff --git a/res/maven/tomcat-el-api.pom b/res/maven/tomcat-el-api.pom
index 93395d9..338d6df 100644
--- a/res/maven/tomcat-el-api.pom
+++ b/res/maven/tomcat-el-api.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-el-api</artifactId>
diff --git a/res/maven/tomcat-embed-core.pom b/res/maven/tomcat-embed-core.pom
index 573f6f1..8ecb0bb 100644
--- a/res/maven/tomcat-embed-core.pom
+++ b/res/maven/tomcat-embed-core.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat.embed</groupId>
   <artifactId>tomcat-embed-core</artifactId>
diff --git a/res/maven/tomcat-embed-el.pom b/res/maven/tomcat-embed-el.pom
index e2bc633..390a4571 100644
--- a/res/maven/tomcat-embed-el.pom
+++ b/res/maven/tomcat-embed-el.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat.embed</groupId>
   <artifactId>tomcat-embed-el</artifactId>
diff --git a/res/maven/tomcat-embed-jasper.pom 
b/res/maven/tomcat-embed-jasper.pom
index 29dd4d2..e6761c7 100644
--- a/res/maven/tomcat-embed-jasper.pom
+++ b/res/maven/tomcat-embed-jasper.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat.embed</groupId>
   <artifactId>tomcat-embed-jasper</artifactId>
diff --git a/res/maven/tomcat-embed-websocket.pom 
b/res/maven/tomcat-embed-websocket.pom
index 3cf22b1..464e2f0 100644
--- a/res/maven/tomcat-embed-websocket.pom
+++ b/res/maven/tomcat-embed-websocket.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat.embed</groupId>
   <artifactId>tomcat-embed-websocket</artifactId>
diff --git a/res/maven/tomcat-i18n-es.pom b/res/maven/tomcat-i18n-es.pom
index 7aef8ef..4464334 100644
--- a/res/maven/tomcat-i18n-es.pom
+++ b/res/maven/tomcat-i18n-es.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-i18n-es</artifactId>
diff --git a/res/maven/tomcat-i18n-fr.pom b/res/maven/tomcat-i18n-fr.pom
index 3106000..953b56b 100644
--- a/res/maven/tomcat-i18n-fr.pom
+++ b/res/maven/tomcat-i18n-fr.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-i18n-fr</artifactId>
diff --git a/res/maven/tomcat-i18n-ja.pom b/res/maven/tomcat-i18n-ja.pom
index c5387eb..f31a7fd 100644
--- a/res/maven/tomcat-i18n-ja.pom
+++ b/res/maven/tomcat-i18n-ja.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-i18n-ja</artifactId>
diff --git a/res/maven/tomcat-i18n-ru.pom b/res/maven/tomcat-i18n-ru.pom
index 99ae91f..b09662e 100644
--- a/res/maven/tomcat-i18n-ru.pom
+++ b/res/maven/tomcat-i18n-ru.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-i18n-ru</artifactId>
diff --git a/res/maven/tomcat-jasper-el.pom b/res/maven/tomcat-jasper-el.pom
index cdad7d0..ec04f91 100644
--- a/res/maven/tomcat-jasper-el.pom
+++ b/res/maven/tomcat-jasper-el.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-jasper-el</artifactId>
diff --git a/res/maven/tomcat-jasper.pom b/res/maven/tomcat-jasper.pom
index 3b43b7c..7621568 100644
--- a/res/maven/tomcat-jasper.pom
+++ b/res/maven/tomcat-jasper.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-jasper</artifactId>
diff --git a/res/maven/tomcat-jaspic-api.pom b/res/maven/tomcat-jaspic-api.pom
index 12c170d..e7f4322 100644
--- a/res/maven/tomcat-jaspic-api.pom
+++ b/res/maven/tomcat-jaspic-api.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-jaspic-api</artifactId>
diff --git a/res/maven/tomcat-jdbc.pom b/res/maven/tomcat-jdbc.pom
index fa09830..35dc946 100644
--- a/res/maven/tomcat-jdbc.pom
+++ b/res/maven/tomcat-jdbc.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-jdbc</artifactId>
diff --git a/res/maven/tomcat-jni.pom b/res/maven/tomcat-jni.pom
index 008ff44..df32ede 100644
--- a/res/maven/tomcat-jni.pom
+++ b/res/maven/tomcat-jni.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-jni</artifactId>
diff --git a/res/maven/tomcat-jsp-api.pom b/res/maven/tomcat-jsp-api.pom
index 14c3185..4fed11b 100644
--- a/res/maven/tomcat-jsp-api.pom
+++ b/res/maven/tomcat-jsp-api.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-jsp-api</artifactId>
diff --git a/res/maven/tomcat-juli.pom b/res/maven/tomcat-juli.pom
index 46332b4..ec05176 100644
--- a/res/maven/tomcat-juli.pom
+++ b/res/maven/tomcat-juli.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-juli</artifactId>
diff --git a/res/maven/tomcat-servlet-api.pom b/res/maven/tomcat-servlet-api.pom
index 73dda21..456cbfc 100644
--- a/res/maven/tomcat-servlet-api.pom
+++ b/res/maven/tomcat-servlet-api.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-servlet-api</artifactId>
diff --git a/res/maven/tomcat-storeconfig.pom b/res/maven/tomcat-storeconfig.pom
index 3850c3d..e1ae04c 100644
--- a/res/maven/tomcat-storeconfig.pom
+++ b/res/maven/tomcat-storeconfig.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-storeconfig</artifactId>
diff --git a/res/maven/tomcat-tribes.pom b/res/maven/tomcat-tribes.pom
index efbdb4e..7e51344 100644
--- a/res/maven/tomcat-tribes.pom
+++ b/res/maven/tomcat-tribes.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-tribes</artifactId>
diff --git a/res/maven/tomcat-util-scan.pom b/res/maven/tomcat-util-scan.pom
index cb34699..3737466 100644
--- a/res/maven/tomcat-util-scan.pom
+++ b/res/maven/tomcat-util-scan.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-util-scan</artifactId>
diff --git a/res/maven/tomcat-util.pom b/res/maven/tomcat-util.pom
index 8159e60..80d3e39 100644
--- a/res/maven/tomcat-util.pom
+++ b/res/maven/tomcat-util.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-util</artifactId>
diff --git a/res/maven/tomcat-websocket-api.pom 
b/res/maven/tomcat-websocket-api.pom
index 5789a6c..63a3560 100644
--- a/res/maven/tomcat-websocket-api.pom
+++ b/res/maven/tomcat-websocket-api.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-websocket-api</artifactId>
diff --git a/res/maven/tomcat-websocket.pom b/res/maven/tomcat-websocket.pom
index c2c922a..e0384a2 100644
--- a/res/maven/tomcat-websocket.pom
+++ b/res/maven/tomcat-websocket.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-websocket</artifactId>
diff --git a/res/maven/tomcat.pom b/res/maven/tomcat.pom
index a671652..67db3e2 100644
--- a/res/maven/tomcat.pom
+++ b/res/maven/tomcat.pom
@@ -15,7 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to