You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/04/07 21:04:51 UTC

[maven-clean-plugin] branch master updated: [MCLEAN-91] add outputTimestamp

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d85077  [MCLEAN-91] add outputTimestamp
0d85077 is described below

commit 0d850777627a88867e4e2d4fb90280188413a3ea
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Apr 7 23:04:24 2020 +0200

    [MCLEAN-91] add outputTimestamp
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 0d8113e..4ce8906 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,6 +67,7 @@ under the License.
   <properties>
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>