You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by an...@apache.org on 2009/11/02 08:03:34 UTC

svn commit: r831808 - /cayenne/main/trunk/pom.xml

Author: andrey
Date: Mon Nov  2 07:03:33 2009
New Revision: 831808

URL: http://svn.apache.org/viewvc?rev=831808&view=rev
Log:
hudson 1.6 fails again. revering javadoc plugin ver

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=831808&r1=831807&r2=831808&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Mon Nov  2 07:03:33 2009
@@ -575,7 +575,7 @@
 			</plugin>
 			<plugin>
 				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>2.6.1</version>
+				<version>2.6</version>
 			</plugin>
 		</plugins>
 	</build>