Author: csutherl
Date: Thu Nov 29 17:46:45 2018
New Revision: 1847744

URL: http://svn.apache.org/viewvc?rev=1847744&view=rev
Log:
Add XML Namespace to the project element of all POM files so that XML files are 
Well Formed and Valid

Modified:
    tomcat/trunk/modules/jdbc-pool/pom.xml
    tomcat/trunk/res/maven/tomcat-annotations-api.pom
    tomcat/trunk/res/maven/tomcat-api.pom
    tomcat/trunk/res/maven/tomcat-catalina-ant.pom
    tomcat/trunk/res/maven/tomcat-catalina-ha.pom
    tomcat/trunk/res/maven/tomcat-catalina-jmx-remote.pom
    tomcat/trunk/res/maven/tomcat-catalina-ws.pom
    tomcat/trunk/res/maven/tomcat-catalina.pom
    tomcat/trunk/res/maven/tomcat-coyote.pom
    tomcat/trunk/res/maven/tomcat-dbcp.pom
    tomcat/trunk/res/maven/tomcat-el-api.pom
    tomcat/trunk/res/maven/tomcat-embed-core.pom
    tomcat/trunk/res/maven/tomcat-embed-el.pom
    tomcat/trunk/res/maven/tomcat-embed-jasper.pom
    tomcat/trunk/res/maven/tomcat-embed-websocket.pom
    tomcat/trunk/res/maven/tomcat-i18n-de.pom
    tomcat/trunk/res/maven/tomcat-i18n-es.pom
    tomcat/trunk/res/maven/tomcat-i18n-fr.pom
    tomcat/trunk/res/maven/tomcat-i18n-ja.pom
    tomcat/trunk/res/maven/tomcat-i18n-ko.pom
    tomcat/trunk/res/maven/tomcat-i18n-pt-BR.pom
    tomcat/trunk/res/maven/tomcat-i18n-ru.pom
    tomcat/trunk/res/maven/tomcat-i18n-zh-CN.pom
    tomcat/trunk/res/maven/tomcat-jasper-el.pom
    tomcat/trunk/res/maven/tomcat-jasper.pom
    tomcat/trunk/res/maven/tomcat-jaspic-api.pom
    tomcat/trunk/res/maven/tomcat-jdbc.pom
    tomcat/trunk/res/maven/tomcat-jni.pom
    tomcat/trunk/res/maven/tomcat-jsp-api.pom
    tomcat/trunk/res/maven/tomcat-juli.pom
    tomcat/trunk/res/maven/tomcat-servlet-api.pom
    tomcat/trunk/res/maven/tomcat-storeconfig.pom
    tomcat/trunk/res/maven/tomcat-tribes.pom
    tomcat/trunk/res/maven/tomcat-util-scan.pom
    tomcat/trunk/res/maven/tomcat-util.pom
    tomcat/trunk/res/maven/tomcat-websocket-api.pom
    tomcat/trunk/res/maven/tomcat-websocket.pom
    tomcat/trunk/res/maven/tomcat.pom
    tomcat/trunk/res/tomcat-maven/pom.xml
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/modules/jdbc-pool/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/pom.xml?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/modules/jdbc-pool/pom.xml (original)
+++ tomcat/trunk/modules/jdbc-pool/pom.xml Thu Nov 29 17:46:45 2018
@@ -15,8 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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>

Modified: tomcat/trunk/res/maven/tomcat-annotations-api.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-annotations-api.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-annotations-api.pom (original)
+++ tomcat/trunk/res/maven/tomcat-annotations-api.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-api.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-api.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-api.pom (original)
+++ tomcat/trunk/res/maven/tomcat-api.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-catalina-ant.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-catalina-ant.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-catalina-ant.pom (original)
+++ tomcat/trunk/res/maven/tomcat-catalina-ant.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-catalina-ha.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-catalina-ha.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-catalina-ha.pom (original)
+++ tomcat/trunk/res/maven/tomcat-catalina-ha.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-catalina-jmx-remote.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-catalina-jmx-remote.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-catalina-jmx-remote.pom (original)
+++ tomcat/trunk/res/maven/tomcat-catalina-jmx-remote.pom Thu Nov 29 17:46:45 
2018
@@ -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-jmx-remote</artifactId>

Modified: tomcat/trunk/res/maven/tomcat-catalina-ws.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-catalina-ws.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-catalina-ws.pom (original)
+++ tomcat/trunk/res/maven/tomcat-catalina-ws.pom Thu Nov 29 17:46:45 2018
@@ -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-ws</artifactId>

Modified: tomcat/trunk/res/maven/tomcat-catalina.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-catalina.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-catalina.pom (original)
+++ tomcat/trunk/res/maven/tomcat-catalina.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-coyote.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-coyote.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-coyote.pom (original)
+++ tomcat/trunk/res/maven/tomcat-coyote.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-dbcp.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-dbcp.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-dbcp.pom (original)
+++ tomcat/trunk/res/maven/tomcat-dbcp.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-el-api.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-el-api.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-el-api.pom (original)
+++ tomcat/trunk/res/maven/tomcat-el-api.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-embed-core.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-embed-core.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-embed-core.pom (original)
+++ tomcat/trunk/res/maven/tomcat-embed-core.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-embed-el.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-embed-el.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-embed-el.pom (original)
+++ tomcat/trunk/res/maven/tomcat-embed-el.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-embed-jasper.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-embed-jasper.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-embed-jasper.pom (original)
+++ tomcat/trunk/res/maven/tomcat-embed-jasper.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-embed-websocket.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-embed-websocket.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-embed-websocket.pom (original)
+++ tomcat/trunk/res/maven/tomcat-embed-websocket.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-i18n-de.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-i18n-de.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-i18n-de.pom (original)
+++ tomcat/trunk/res/maven/tomcat-i18n-de.pom Thu Nov 29 17:46:45 2018
@@ -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-de</artifactId>

Modified: tomcat/trunk/res/maven/tomcat-i18n-es.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-i18n-es.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-i18n-es.pom (original)
+++ tomcat/trunk/res/maven/tomcat-i18n-es.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-i18n-fr.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-i18n-fr.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-i18n-fr.pom (original)
+++ tomcat/trunk/res/maven/tomcat-i18n-fr.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-i18n-ja.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-i18n-ja.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-i18n-ja.pom (original)
+++ tomcat/trunk/res/maven/tomcat-i18n-ja.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-i18n-ko.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-i18n-ko.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-i18n-ko.pom (original)
+++ tomcat/trunk/res/maven/tomcat-i18n-ko.pom Thu Nov 29 17:46:45 2018
@@ -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-ko</artifactId>

Modified: tomcat/trunk/res/maven/tomcat-i18n-pt-BR.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-i18n-pt-BR.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-i18n-pt-BR.pom (original)
+++ tomcat/trunk/res/maven/tomcat-i18n-pt-BR.pom Thu Nov 29 17:46:45 2018
@@ -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-pt-BR</artifactId>

Modified: tomcat/trunk/res/maven/tomcat-i18n-ru.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-i18n-ru.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-i18n-ru.pom (original)
+++ tomcat/trunk/res/maven/tomcat-i18n-ru.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-i18n-zh-CN.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-i18n-zh-CN.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-i18n-zh-CN.pom (original)
+++ tomcat/trunk/res/maven/tomcat-i18n-zh-CN.pom Thu Nov 29 17:46:45 2018
@@ -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-zh-CN</artifactId>

Modified: tomcat/trunk/res/maven/tomcat-jasper-el.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-jasper-el.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-jasper-el.pom (original)
+++ tomcat/trunk/res/maven/tomcat-jasper-el.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-jasper.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-jasper.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-jasper.pom (original)
+++ tomcat/trunk/res/maven/tomcat-jasper.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-jaspic-api.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-jaspic-api.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-jaspic-api.pom (original)
+++ tomcat/trunk/res/maven/tomcat-jaspic-api.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-jdbc.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-jdbc.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-jdbc.pom (original)
+++ tomcat/trunk/res/maven/tomcat-jdbc.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-jni.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-jni.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-jni.pom (original)
+++ tomcat/trunk/res/maven/tomcat-jni.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-jsp-api.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-jsp-api.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-jsp-api.pom (original)
+++ tomcat/trunk/res/maven/tomcat-jsp-api.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-juli.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-juli.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-juli.pom (original)
+++ tomcat/trunk/res/maven/tomcat-juli.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-servlet-api.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-servlet-api.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-servlet-api.pom (original)
+++ tomcat/trunk/res/maven/tomcat-servlet-api.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-storeconfig.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-storeconfig.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-storeconfig.pom (original)
+++ tomcat/trunk/res/maven/tomcat-storeconfig.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-tribes.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-tribes.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-tribes.pom (original)
+++ tomcat/trunk/res/maven/tomcat-tribes.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-util-scan.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-util-scan.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-util-scan.pom (original)
+++ tomcat/trunk/res/maven/tomcat-util-scan.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-util.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-util.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-util.pom (original)
+++ tomcat/trunk/res/maven/tomcat-util.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-websocket-api.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-websocket-api.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-websocket-api.pom (original)
+++ tomcat/trunk/res/maven/tomcat-websocket-api.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat-websocket.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-websocket.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-websocket.pom (original)
+++ tomcat/trunk/res/maven/tomcat-websocket.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/maven/tomcat.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat.pom?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat.pom (original)
+++ tomcat/trunk/res/maven/tomcat.pom Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/res/tomcat-maven/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat-maven/pom.xml?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/res/tomcat-maven/pom.xml (original)
+++ tomcat/trunk/res/tomcat-maven/pom.xml Thu Nov 29 17:46:45 2018
@@ -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>

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1847744&r1=1847743&r2=1847744&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Nov 29 17:46:45 2018
@@ -230,6 +230,10 @@
         Add a packaging method for Tomcat using Maven, as well as a container
         build file for it. (remm)
       </add>
+      <fix>
+        Add XML Namespace to the project element of all POM files so that the
+        XML files are Well Formed and Valid. (csutherl)
+      </fix>
     </changelog>
   </subsection>
 </section>



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

Reply via email to