You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2012/12/06 15:36:20 UTC

svn commit: r1417919 - /incubator/onami/trunk/parent/pom.xml

Author: simonetripodi
Date: Thu Dec  6 14:36:19 2012
New Revision: 1417919

URL: http://svn.apache.org/viewvc?rev=1417919&view=rev
Log:
included component apiversion in Google Doclava doclet

Modified:
    incubator/onami/trunk/parent/pom.xml

Modified: incubator/onami/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/parent/pom.xml?rev=1417919&r1=1417918&r2=1417919&view=diff
==============================================================================
--- incubator/onami/trunk/parent/pom.xml (original)
+++ incubator/onami/trunk/parent/pom.xml Thu Dec  6 14:36:19 2012
@@ -641,6 +641,7 @@
             -federate JDK http://download.oracle.com/javase/6/docs/api/index.html?
             -federationxml JDK http://doclava.googlecode.com/svn/static/api/openjdk-6.xml
             -hdf project.name "${project.name}"
+            -apiversion "${project.version}"
             -d ${project.reporting.outputDirectory}/apidocs
           </additionalparam>
         </configuration>