gnodet commented on code in PR #1651:
URL: https://github.com/apache/maven/pull/1651#discussion_r1720832967


##########
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:
   That one isn't used anymore, I'll remove it.



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