You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2011/05/12 17:58:54 UTC

svn commit: r1102361 - /incubator/ognl/trunk/pom.xml

Author: olamy
Date: Thu May 12 15:58:53 2011
New Revision: 1102361

URL: http://svn.apache.org/viewvc?rev=1102361&view=rev
Log:
override some properties defined in commons parent java source/target to not fail on javadoc plugin on site generation

Modified:
    incubator/ognl/trunk/pom.xml

Modified: incubator/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1102361&r1=1102360&r2=1102361&view=diff
==============================================================================
--- incubator/ognl/trunk/pom.xml (original)
+++ incubator/ognl/trunk/pom.xml Thu May 12 15:58:53 2011
@@ -35,6 +35,9 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <commons.javadoc.version>2.8</commons.javadoc.version>
+    <maven.compile.source>1.5</maven.compile.source>
+    <maven.compile.target>1.5</maven.compile.target>
   </properties>
 
   <organization>