mirror of https://github.com/apache/maven.git
o fixed the superpom version to 2.1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@614085 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
309fadbdcc
commit
d818cc018b
|
@ -34,7 +34,7 @@ public interface MavenProjectBuilder
|
|||
|
||||
String STANDALONE_SUPERPOM_ARTIFACTID = "super-pom";
|
||||
|
||||
String STANDALONE_SUPERPOM_VERSION = "2.0";
|
||||
String STANDALONE_SUPERPOM_VERSION = "2.1";
|
||||
|
||||
boolean STRICT_MODEL_PARSING = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue