Skip to content

Commit 17b47ac

Browse files
Carey-AWSmillems
authored andcommitted
adding SDK version no to header
1 parent 63af4df commit 17b47ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
<maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>
131131
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
132132
<maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
133+
<maven.build.timestamp.format>yyyy</maven.build.timestamp.format>
133134
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
134135
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
135136
<checkstyle.version>8.29</checkstyle.version>
@@ -1059,7 +1060,9 @@
10591060
<packages>software.amazon.awssdk*</packages>
10601061
</group>
10611062
</groups>
1062-
<bottom><![CDATA[Copyright &#169; 2019 Amazon Web Services, Inc. All Rights Reserved.]]></bottom>
1063+
<header><![CDATA[<h1>AWS SDK for Java API Reference - ${project.version}</h1>]]></header>
1064+
<footer><![CDATA[&nbsp;]]></footer>
1065+
<bottom><![CDATA[<h2 style="float:left;padding-left:8px;clear:both;">Copyright &#169; ${maven.build.timestamp} Amazon Web Services, Inc. All Rights Reserved.</h2>]]></bottom>
10631066
</configuration>
10641067
</plugin>
10651068
</plugins>

0 commit comments

Comments
 (0)