mirror of https://github.com/apache/maven.git
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:
parent
b6c016a84e
commit
58f5740f49
|
@ -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>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue