This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch reproducible in repository https://gitbox.apache.org/repos/asf/maven.git
commit 673ab1295931d4cdcef3dfcd22a0c9e19b103ca2 Author: Hervé Boutemy <[email protected]> AuthorDate: Sat Oct 5 19:29:14 2019 +0200 use the new project.build.outputTimestamp property --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2db3f5e..b914bd5 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ under the License. <maven.site.path>ref/3-LATEST</maven.site.path> <checkstyle.violation.ignore>None</checkstyle.violation.ignore> <checkstyle.excludes>**/package-info.java</checkstyle.excludes> - <source-date-epoch>1569085893</source-date-epoch> + <project.build.outputTimestamp>2019-09-21T16:17:18Z</project.build.outputTimestamp> <buildId>${os.name}-jdk${java.version}</buildId> </properties>
