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

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

commit ca12b933c4628c4d377be894b6ae8ee567d965ab
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Aug 15 16:40:26 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-logging-juli.pom   | 6 ++++--
 res/maven/tomcat-embed-logging-log4j.pom  | 6 ++++--
 res/maven/tomcat-extras-juli-adapters.pom | 6 ++++--
 res/maven/tomcat-extras-juli.pom          | 6 ++++--
 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-jdbc.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-tribes.pom               | 5 ++++-
 res/maven/tomcat-util.pom                 | 5 ++++-
 res/maven/tomcat-websocket-api.pom        | 5 ++++-
 res/maven/tomcat.pom                      | 5 ++++-
 res/maven/tomcat7-embed-websocket.pom     | 6 ++++--
 res/maven/tomcat7-websocket.pom           | 6 ++++--
 33 files changed, 133 insertions(+), 42 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 80630c9..1393812 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 226575e..ed9dcb1 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 3a7dc8e..4de6e0b 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 9281b0a..e9ff3d9 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 835ef61..a39b43d 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 f761006..08da1b0 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 9bfbbb0..d11d4cf 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 349cff5..6aa2a03 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-logging-juli.pom 
b/res/maven/tomcat-embed-logging-juli.pom
index 18af0ce..614fa50 100644
--- a/res/maven/tomcat-embed-logging-juli.pom
+++ b/res/maven/tomcat-embed-logging-juli.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.embed</groupId>
   <artifactId>tomcat-embed-logging-juli</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
diff --git a/res/maven/tomcat-embed-logging-log4j.pom 
b/res/maven/tomcat-embed-logging-log4j.pom
index dd9d6ba..60194dc 100644
--- a/res/maven/tomcat-embed-logging-log4j.pom
+++ b/res/maven/tomcat-embed-logging-log4j.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.embed</groupId>
   <artifactId>tomcat-embed-logging-log4j</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
diff --git a/res/maven/tomcat-extras-juli-adapters.pom 
b/res/maven/tomcat-extras-juli-adapters.pom
index 398ffdc..05c2639 100644
--- a/res/maven/tomcat-extras-juli-adapters.pom
+++ b/res/maven/tomcat-extras-juli-adapters.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.extras</groupId>
   <artifactId>tomcat-extras-juli-adapters</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
diff --git a/res/maven/tomcat-extras-juli.pom b/res/maven/tomcat-extras-juli.pom
index 243330f..5980cd1 100644
--- a/res/maven/tomcat-extras-juli.pom
+++ b/res/maven/tomcat-extras-juli.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.extras</groupId>
   <artifactId>tomcat-extras-juli</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
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 9ac397b..26dd967 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-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-jsp-api.pom b/res/maven/tomcat-jsp-api.pom
index b41ae5e..22eedc9 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 241d206..dee1554 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-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.pom b/res/maven/tomcat-util.pom
index 4bbe85e..3822110 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.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>
diff --git a/res/maven/tomcat7-embed-websocket.pom 
b/res/maven/tomcat7-embed-websocket.pom
index 27767a2..143129b 100644
--- a/res/maven/tomcat7-embed-websocket.pom
+++ b/res/maven/tomcat7-embed-websocket.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.embed</groupId>
   <artifactId>tomcat-embed-websocket</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
diff --git a/res/maven/tomcat7-websocket.pom b/res/maven/tomcat7-websocket.pom
index 21c6461..28a8154 100644
--- a/res/maven/tomcat7-websocket.pom
+++ b/res/maven/tomcat7-websocket.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>tomcat7-websocket</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>


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

Reply via email to