Author: vsiveton
Date: Tue Sep 23 06:13:15 2008
New Revision: 698170
URL: http://svn.apache.org/viewvc?rev=698170&view=rev
Log:
o using pluginManagement for plexus-maven-plugin and modello-maven-plugin
Modified:
maven/doxia/doxia/trunk/pom.xml
Modified: maven/doxia/doxia/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=698170&r1=698169&r2=698170&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Tue Sep 23 06:13:15 2008
@@ -125,7 +125,6 @@
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-maven-plugin</artifactId>
- <version>1.3.5</version>
<executions>
<execution>
<goals>
@@ -151,6 +150,16 @@
<forkMode>never</forkMode>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-maven-plugin</artifactId>
+ <version>1.3.5</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.modello</groupId>
+ <artifactId>modello-maven-plugin</artifactId>
+ <version>1.0-alpha-21</version>
+ </plugin>
</plugins>
</pluginManagement>
</build>
@@ -187,7 +196,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
- <version>1.4.5</version>
+ <version>1.5.6</version>
</dependency>
</dependencies>
</dependencyManagement>