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/10/11 20:23:21 UTC

svn commit: r824119 - /cayenne/main/trunk/docs/doc/pom.xml

Author: andrey
Date: Sun Oct 11 18:23:21 2009
New Revision: 824119

URL: http://svn.apache.org/viewvc?rev=824119&view=rev
Log:
trying to use last javadoc-plugin ver

Modified:
    cayenne/main/trunk/docs/doc/pom.xml

Modified: cayenne/main/trunk/docs/doc/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/pom.xml?rev=824119&r1=824118&r2=824119&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/pom.xml (original)
+++ cayenne/main/trunk/docs/doc/pom.xml Sun Oct 11 18:23:21 2009
@@ -197,6 +197,7 @@
 			</plugin>
 			<plugin>
 				<artifactId>maven-javadoc-plugin</artifactId>
+				<version>2.6</version>
 				<configuration>
 					<!-- must use ${project.build.directory}, as using relative path "target/sources" confuses the plugin -->
 					<sourcepath>${project.build.directory}/sources</sourcepath>