Author: chirino
Date: Mon Dec 5 23:32:46 2011
New Revision: 1210705
URL: http://svn.apache.org/viewvc?rev=1210705&view=rev
Log:
Update ant plugin versions.
Modified:
activemq/activemq-apollo/trunk/apollo-dto/pom.xml
activemq/activemq-apollo/trunk/apollo-website/pom.xml
Modified: activemq/activemq-apollo/trunk/apollo-dto/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-dto/pom.xml?rev=1210705&r1=1210704&r2=1210705&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-dto/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-dto/pom.xml Mon Dec 5 23:32:46 2011
@@ -98,7 +98,7 @@
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.6</version>
+ <version>1.7</version>
<executions>
<execution>
<phase>generate-resources</phase>
Modified: activemq/activemq-apollo/trunk/apollo-website/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/pom.xml?rev=1210705&r1=1210704&r2=1210705&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Mon Dec 5 23:32:46 2011
@@ -164,7 +164,7 @@
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.6</version>
+ <version>1.7</version>
<executions>
<execution>
<phase>process-sources</phase>
|