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:
Vincent Siveton 2008-01-22 01:27:35 +00:00
parent 309fadbdcc
commit d818cc018b
1 changed files with 1 additions and 1 deletions

View File

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