Bukama commented on code in PR #1651: URL: https://github.com/apache/maven/pull/1651#discussion_r1720742449
########## maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java: ########## @@ -121,6 +121,7 @@ public class DefaultProjectBuilder implements ProjectBuilder { public static final String BUILDER_PARALLELISM = "maven.projectBuilder.parallelism"; public static final int DEFAULT_BUILDER_PARALLELISM = Runtime.getRuntime().availableProcessors() / 2 + 1; + private static final String POM_4_0_0 = "4.0.0"; Review Comment: Why not `MODEL_VERSION_4.0.0` as above? -- 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