Move modello version in pluginManagement

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@521885 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2007-03-23 19:57:26 +00:00
parent 4c2ba19089
commit 117d37e0f2
2 changed files with 5 additions and 1 deletions

View File

@ -118,7 +118,6 @@
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<version>1.0-alpha-15-SNAPSHOT</version>
<configuration>
<version>1.0.0</version>
<packageWithVersion>false</packageWithVersion>

View File

@ -114,6 +114,11 @@
<tagBase>https://svn.apache.org/repos/asf/maven/archiva/tags</tagBase>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<version>1.0-alpha-15</version>
</plugin>
</plugins>
</pluginManagement>
</build>