elharo commented on code in PR #10952:
URL: https://github.com/apache/maven/pull/10952#discussion_r2935883717
##########
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/UpgradeConstants.java:
##########
@@ -177,11 +177,11 @@ private Files() {
* Maven namespace constants.
*/
public static final class Namespaces {
- /** Maven 4.0.0 namespace URI */
+ /** Maven namespace URI */
public static final String MAVEN_4_0_0_NAMESPACE =
"http://maven.apache.org/POM/4.0.0";
- /** Maven 4.1.0 namespace URI */
- public static final String MAVEN_4_1_0_NAMESPACE =
"http://maven.apache.org/POM/4.1.0";
+ /** Maven namespace URI */
+ public static final String MAVEN_4_1_0_NAMESPACE =
"http://maven.apache.org/POM/4.0.0";
Review Comment:
done
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]