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/17 05:08:53 UTC

[openmeetings] branch master updated: no jira: build should be fixed

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 ea2d515  no jira: build should be fixed
ea2d515 is described below

commit ea2d515885f98c25ddd41eb8c698ab818cf3e08e
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sat Jul 17 12:07:49 2021 +0700

    no jira: build should be fixed
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 41014cb..b2de590 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,8 +32,8 @@
 	<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>
+		<project.build.outputTimestamp>${maven.build.timestamp}</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>
 		<om.notquick.build>true</om.notquick.build>
@@ -901,6 +901,7 @@
 						<additionalOptions>-html5</additionalOptions>
 						<source>8</source>
 						<javadocVersion>${jdk.version}</javadocVersion>
+						<notimestamp>true</notimestamp>
 						<links>
 							<link>https://openmeetings.apache.org/openmeetings-db/apidocs/</link>
 						</links>