You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/09/06 15:01:38 UTC

svn commit: r1701482 - /webservices/woden/trunk/java/woden-dist/pom.xml

Author: veithen
Date: Sun Sep  6 13:01:38 2015
New Revision: 1701482

URL: http://svn.apache.org/r1701482
Log:
Set the correct doctitle for Javadoc (which defaults to 'Woden - dist 1.0M10 API').

Modified:
    webservices/woden/trunk/java/woden-dist/pom.xml

Modified: webservices/woden/trunk/java/woden-dist/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-dist/pom.xml?rev=1701482&r1=1701481&r2=1701482&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-dist/pom.xml (original)
+++ webservices/woden/trunk/java/woden-dist/pom.xml Sun Sep  6 13:01:38 2015
@@ -41,6 +41,7 @@
                             </dependencySourceIncludes>
                             <detectOfflineLinks>false</detectOfflineLinks>
                             <excludePackageNames>org.apache.woden.internal</excludePackageNames>
+                            <doctitle>Apache Woden ${project.version}</doctitle>
                         </configuration>
                     </execution>
                 </executions>