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:11:27 UTC

[maven-install-plugin] branch master updated: [MINSTALL-167] add output timestamp

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-install-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 5022db3  [MINSTALL-167] add output timestamp
5022db3 is described below

commit 5022db3d2350e1230ad7fcbc8695c3f7c673f552
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Apr 7 23:11:20 2020 +0200

    [MINSTALL-167] add output timestamp
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 6019e89..554cfef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,7 @@
   <properties>
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>