mirror of https://github.com/apache/maven.git
o create a property for the modello version
o update to latest plexus git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721696 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d212f9e2b6
commit
b562ff720f
5
pom.xml
5
pom.xml
|
@ -196,7 +196,7 @@ under the License.
|
|||
<plugin>
|
||||
<groupId>org.codehaus.modello</groupId>
|
||||
<artifactId>modello-maven-plugin</artifactId>
|
||||
<version>1.0-alpha-21</version>
|
||||
<version>${modelloVersion}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>site-docs</id>
|
||||
|
@ -276,7 +276,7 @@ under the License.
|
|||
<doxiaVersion>1.0-alpha-9</doxiaVersion>
|
||||
<easyMockVersion>1.2_Java1.3</easyMockVersion>
|
||||
<junitVersion>3.8.1</junitVersion>
|
||||
<plexusVersion>1.0-beta-3-SNAPSHOT</plexusVersion>
|
||||
<plexusVersion>1.0-beta-3.0.0-SNAPSHOT</plexusVersion>
|
||||
<plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion>
|
||||
<plexusInterpolationVersion>1.1</plexusInterpolationVersion>
|
||||
<plexusUtilsVersion>1.5.5</plexusUtilsVersion>
|
||||
|
@ -284,6 +284,7 @@ under the License.
|
|||
<mavenSharedModel>1.0-SNAPSHOT</mavenSharedModel>
|
||||
<mercuryVersion>1.0.0-alpha-2-SNAPSHOT</mercuryVersion>
|
||||
<woodstoxVersion>3.2.6</woodstoxVersion>
|
||||
<modelloVersion>1.0-alpha-21</modelloVersion>
|
||||
</properties>
|
||||
<!--start-->
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue