You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/11/11 19:09:44 UTC

svn commit: r713096 - /cxf/trunk/pom.xml

Author: dkulp
Date: Tue Nov 11 10:09:44 2008
New Revision: 713096

URL: http://svn.apache.org/viewvc?rev=713096&view=rev
Log:
Set javadoc source things to 1.5 just to make sure the right version is used

Modified:
    cxf/trunk/pom.xml

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=713096&r1=713095&r2=713096&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Tue Nov 11 10:09:44 2008
@@ -374,8 +374,10 @@
                     <version>2.5</version>
                     <configuration>
                         <attach>true</attach>
+                        <source>1.5</source>
                         <quiet>true</quiet>
                         <bottom>Apache CXF</bottom>
+                        <javadocVersion>1.5</javadocVersion>
                         <!--subpackages>org.apache.cxf</subpackages-->
                     </configuration>
                 </plugin>