elharo commented on code in PR #686:
URL: https://github.com/apache/maven-site/pull/686#discussion_r1955246035


##########
content/site.xml:
##########
@@ -20,9 +20,9 @@ under the License.
 -->
 
 
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://maven.apache.org/DECORATION/1.8.0";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 
http://maven.apache.org/xsd/decoration-1.8.0.xsd";
-  name="Maven">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+      xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";

Review Comment:
   Nothing to be done in this PR, but the namespace should have been something 
like http://maven.apache.org/DECORATION/ from the beginning and not changed 
between versions. Namespace URLs are not meant to be version numbers. It's sort 
of like if every time we released a new version of a Java library we changed 
the package from org.apache.maven.381 to  org.apache.maven.390. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to