This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git
The following commit(s) were added to refs/heads/master by this push:
new 455a433 Fixed the outputStatement to make Javadoc plugin happy"
455a433 is described below
commit 455a4336a4e9b319e1f6b5836b29dc095467c091
Author: emmanuel lecharny <[email protected]>
AuthorDate: Tue Dec 21 04:03:53 2021 +0100
Fixed the outputStatement to make Javadoc plugin happy"
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4f638c0..26c3e7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
</scm>
<properties>
- <project.build.outputTimestamp>10</project.build.outputTimestamp>
+
<project.build.outputTimestamp>${maven.build.timestamp}</project.build.outputTimestamp>
<!-- Disable the JAVA 8 Javadoc Lint -->
<additionalparam>-Xdoclint:none</additionalparam>