Author: dgolovin
Date: 2011-01-19 00:51:24 -0500 (Wed, 19 Jan 2011)
New Revision: 28399
Modified:
branches/jbosstools-3.2.0.CR1/build/aggregate/site/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-8029 Unable to install VPE on MacOSX 10.5 64bit
fix ant-plugin version to ${maven.antrun.plugin.version}
Modified: branches/jbosstools-3.2.0.CR1/build/aggregate/site/pom.xml
===================================================================
--- branches/jbosstools-3.2.0.CR1/build/aggregate/site/pom.xml 2011-01-19 05:46:51 UTC
(rev 28398)
+++ branches/jbosstools-3.2.0.CR1/build/aggregate/site/pom.xml 2011-01-19 05:51:24 UTC
(rev 28399)
@@ -25,7 +25,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.6</version>
+ <version>${maven.antrun.plugin.version}</version>
<executions>
<execution>
<id>install</id>