sebbASF commented on code in PR #271:
URL: https://github.com/apache/commons-validator/pull/271#discussion_r2466176066


##########
pom.xml:
##########
@@ -16,7 +16,9 @@
  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 
https://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="https://maven.apache.org/POM/4.0.0";
+         xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>

Review Comment:
   Please revert these changes. They are not valid.
   
   Although the values look like URLs, they are not; they are unique 
identifiers so must be left as is



-- 
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]

Reply via email to