Skip to content

Commit 281a23d

Browse files
authored
Docs: disable timestamp in javadoc (#842)
1 parent 5e1f706 commit 281a23d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* Copyright 2011-2016 ForgeRock AS.
1616
* Portions Copyrighted 2016 Agile Digital Engineering
17-
* Portions copyright 2017-2024 3A Systems, LLC
17+
* Portions copyright 2017-2025 3A Systems, LLC
1818
-->
1919
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2020
<modelVersion>4.0.0</modelVersion>
@@ -2105,6 +2105,7 @@
21052105
<configuration>
21062106
<source>8</source>
21072107
<doclint>none</doclint>
2108+
<notimestamp>true</notimestamp>
21082109
</configuration>
21092110
</plugin>
21102111
<plugin>

0 commit comments

Comments
 (0)