Author: ieb
Date: Mon Jan 19 16:37:29 2009
New Revision: 735889
URL: http://svn.apache.org/viewvc?rev=735889&view=rev
Log:
Downgraded the javadoc plugin just for the hudson assembly build.
Modified:
incubator/shindig/trunk/pom.xml
Modified: incubator/shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=735889&r1=735888&r2=735889&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Mon Jan 19 16:37:29 2009
@@ -742,6 +742,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.4</version> <!-- override for hudson -->
<executions>
<execution>
<id>attach-javadocs</id>