You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2021/07/16 17:01:03 UTC

[openmeetings] branch master updated: no jira: maven-enforser should be happy

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

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 08d395b  no jira: maven-enforser should be happy
08d395b is described below

commit 08d395bd78db8d5e0d12b3720492928b220a592f
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Fri Jul 16 23:55:15 2021 +0700

    no jira: maven-enforser should be happy
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index c540769..41014cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,7 @@
 	<description>Parent project for all OpenMeetings Maven modules. Required to hold general settings</description>
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+		<project.build.outputTimestamp>1</project.build.outputTimestamp>
 		<maven.build.timestamp.format>yyyy/MM/dd HH:mm</maven.build.timestamp.format>
 		<wicket.configuration>DEPLOYMENT</wicket.configuration>
 		<om.quick.build>false</om.quick.build>