Author: dennisl
Date: Fri Aug 31 11:57:48 2007
New Revision: 571539
URL: http://svn.apache.org/viewvc?rev=571539&view=rev
Log:
Specify versions for maven-antrun-plugin and maven-assembly-plugin.
Modified:
commons/proper/logging/trunk/pom.xml
Modified: commons/proper/logging/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=571539&r1=571538&r2=571539&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Fri Aug 31 11:57:48 2007
@@ -176,6 +176,7 @@
- in version 2.0, so antrun is used to create the other ones.
-->
<artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
<executions>
<execution>
<id>apijar</id>
@@ -353,6 +354,7 @@
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
+ <version>2.1</version>
<configuration>
<descriptors>
<descriptor>src/assembly/assembly.xml</descriptor>