Skip to content

Commit

Permalink
include version in header of javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Sutter <kwsutter@gmail.com>
  • Loading branch information
kwsutter committed Jun 16, 2020
1 parent 3feaa5f commit a0ccb89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions jakartaee-api/pom.xml
Expand Up @@ -25,8 +25,8 @@
<version>9.0.0-SNAPSHOT</version>
</parent>
<artifactId>jakarta.jakartaee-api</artifactId>
<name>Jakarta EE Specification APIs</name>
<description>Jakarta EE Specification APIs</description>
<name>Jakarta EE Platform API</name>
<description>Jakarta EE Platform API</description>

<properties>
<!-- we don't process the Jakarta XML Binding and Jakarta SOAP Web Services compile time dependencies -->
Expand Down
4 changes: 2 additions & 2 deletions jakartaee-web-api/pom.xml
Expand Up @@ -25,8 +25,8 @@
<version>9.0.0-SNAPSHOT</version>
</parent>
<artifactId>jakarta.jakartaee-web-api</artifactId>
<name>Jakarta EE Web Profile Specification APIs</name>
<description>Jakarta EE Web Profile Specification APIs</description>
<name>Jakarta EE Web Profile API</name>
<description>Jakarta EE Web Profile API</description>

<properties>
<!-- we don't process the Jakarta XML Binding compile time dependency -->
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -275,13 +275,13 @@
<additionalparam>${javadoc.options}</additionalparam>
<attach>true</attach>
<doclint>none</doclint>
<doctitle>${project.name}, ${project.version}</doctitle>
<windowtitle>${project.name}, ${project.version}</windowtitle>
<doctitle>${project.name}</doctitle>
<windowtitle>${project.name}</windowtitle>
<header><![CDATA[<br>${project.name} v${project.version}]]></header>
<bottom>
<![CDATA[
<p align="left">Copyright &#169; 2018,2020 Eclipse Foundation.<br>Use is subject to
<a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]>

</bottom>
<tags>
<tag>
Expand Down

0 comments on commit a0ccb89

Please sign in to comment.