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/06 07:11:54 UTC

svn commit: r833306 - in /cayenne/main/trunk: framework/cayenne-jdk1.6-unpublished/src/main/java/org/apache/cayenne/Placeholder16.java pom.xml

Author: andrey
Date: Fri Nov  6 06:11:54 2009
New Revision: 833306

URL: http://svn.apache.org/viewvc?rev=833306&view=rev
Log:
playing with javadoc plugin

Modified:
    cayenne/main/trunk/framework/cayenne-jdk1.6-unpublished/src/main/java/org/apache/cayenne/Placeholder16.java
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/framework/cayenne-jdk1.6-unpublished/src/main/java/org/apache/cayenne/Placeholder16.java
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.6-unpublished/src/main/java/org/apache/cayenne/Placeholder16.java?rev=833306&r1=833305&r2=833306&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-jdk1.6-unpublished/src/main/java/org/apache/cayenne/Placeholder16.java (original)
+++ cayenne/main/trunk/framework/cayenne-jdk1.6-unpublished/src/main/java/org/apache/cayenne/Placeholder16.java Fri Nov  6 06:11:54 2009
@@ -22,6 +22,6 @@
  * This class is a placeholder class for the Java 1.6 module. Once we add the first real
  * Java class in this module, this class should be removed.
  */
-class Placeholder16 {
+public class Placeholder16 {
 
 }

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=833306&r1=833305&r2=833306&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Fri Nov  6 06:11:54 2009
@@ -575,7 +575,7 @@
 			</plugin>
 			<plugin>
 				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>2.6</version>
+				<version>2.6.1</version>
 			</plugin>
 		</plugins>
 	</build>