use modelloVersion property instead of direct version override of the plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@901885 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2010-01-21 22:06:03 +00:00
parent b6c016a84e
commit 58f5740f49
2 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,6 @@ under the License.
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<version>1.2</version><!-- to be removed when upgrading parent -->
<configuration>
<version>4.0.0</version>
<models>

View File

@ -48,7 +48,7 @@
<wagonVersion>1.0-beta-6</wagonVersion>
<securityDispatcherVersion>1.3</securityDispatcherVersion>
<cipherVersion>1.4</cipherVersion>
<modelloVersion>1.1</modelloVersion>
<modelloVersion>1.2</modelloVersion>
<jxpathVersion>1.3</jxpathVersion>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
</properties>