Skip to content

Commit 72f1fb7

Browse files
committed
fix javadoc main page title to use the correct version
1 parent 41a4326 commit 72f1fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>client-api-java</name>
99
<url>http://developer.marklogic.com</url>
1010
<properties>
11-
<javadoc-title>${project.name} 2.0 ${maven.build.timestamp}</javadoc-title>
11+
<javadoc-title>${project.name} ${project.version} ${maven.build.timestamp}</javadoc-title>
1212
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<github.global.server>github</github.global.server>

0 commit comments

Comments
 (0)