o Updated to plexus-utils:2.0.5

o Updated to qdox:1.11
o Updated to maven-invoker-plugin:1.5

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@939993 13f79535-47bb-0310-9956-ffa450edef68
master
Benjamin Bentmann 2010-05-01 12:20:51 +00:00
parent 65bc9e27f2
commit 94f941a1e5
3 changed files with 4 additions and 4 deletions

View File

@ -99,7 +99,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.5.6</version>
<version>2.0.5</version>
</dependency>
</dependencies>
</dependencyManagement>
@ -270,7 +270,7 @@
<plugins>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<version>1.4</version>
<version>1.5</version>
<configuration>
<debug>true</debug>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>

View File

@ -74,7 +74,7 @@
<dependency>
<groupId>com.thoughtworks.qdox</groupId>
<artifactId>qdox</artifactId>
<version>1.10</version>
<version>1.11</version>
</dependency>
</dependencies>
</project>

View File

@ -72,7 +72,7 @@
<plugins>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<version>1.4</version>
<version>1.5</version>
<configuration>
<debug>true</debug>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>