You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2013/07/09 22:18:28 UTC

svn commit: r1501524 - /cayenne/main/branches/STABLE-3.0/pom.xml

Author: aadamchik
Date: Tue Jul  9 20:18:27 2013
New Revision: 1501524

URL: http://svn.apache.org/r1501524
Log:
CAY-1845  Upgrade javadoc plugin to 2.9.1

Modified:
    cayenne/main/branches/STABLE-3.0/pom.xml

Modified: cayenne/main/branches/STABLE-3.0/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.0/pom.xml?rev=1501524&r1=1501523&r2=1501524&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.0/pom.xml (original)
+++ cayenne/main/branches/STABLE-3.0/pom.xml Tue Jul  9 20:18:27 2013
@@ -577,7 +577,7 @@
 			</plugin>
 			<plugin>
 				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>2.6.1</version>
+				<version>2.9.1</version>
                 <configuration>
                         <detectOfflineLinks>false</detectOfflineLinks>
                 </configuration>