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

View File

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

View File

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