Author: niallp
Date: Thu Nov 8 06:55:07 2007
New Revision: 593176
URL: http://svn.apache.org/viewvc?rev=593176&view=rev
Log:
Specify the assembly plugin version
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=593176&r1=593175&r2=593176&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Thu Nov 8 06:55:07 2007
@@ -143,6 +143,11 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.3</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-1</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>