You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/05/30 15:24:38 UTC

svn commit: r1487855 - /jena/trunk/jena-sdb/pom.xml

Author: andy
Date: Thu May 30 13:24:37 2013
New Revision: 1487855

URL: http://svn.apache.org/r1487855
Log:
Set POM to use Jena 2.10.2-SNAPSHOT; add version to javadoc page titles

Modified:
    jena/trunk/jena-sdb/pom.xml

Modified: jena/trunk/jena-sdb/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/pom.xml?rev=1487855&r1=1487854&r2=1487855&view=diff
==============================================================================
--- jena/trunk/jena-sdb/pom.xml (original)
+++ jena/trunk/jena-sdb/pom.xml Thu May 30 13:24:37 2013
@@ -188,8 +188,8 @@
           <show>public</show>
           <quiet>true</quiet>
           <encoding>UTF-8</encoding>
-          <windowtitle>${project.name}</windowtitle>
-          <doctitle>${project.name}</doctitle>
+          <windowtitle>Apache Jena SDB</windowtitle>
+          <doctitle>Apache Jena SDB ${project.version}</doctitle>
           <bottom>Licenced under the Apache License, Version 2.0</bottom>
         </configuration>
       </plugin>