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 2023/12/26 07:04:03 UTC

(openmeetings) branch master updated: no jira: 'rc' profile is fixed to include site; timestamp bumped

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 2ac39746e no jira: 'rc' profile is fixed to include site; timestamp bumped
2ac39746e is described below

commit 2ac39746ecd7e1082931d39bb674aa2ec81177f7
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue Dec 26 14:03:51 2023 +0700

    no jira: 'rc' profile is fixed to include site; timestamp bumped
---
 pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 93bc0947f..401b5d32d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +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>2023-09-27T11:15:33Z</project.build.outputTimestamp>
+		<project.build.outputTimestamp>2023-12-23T00:00:00Z</project.build.outputTimestamp>
 		<wicket.configuration>DEPLOYMENT</wicket.configuration>
 		<om.quick.build>false</om.quick.build>
 		<om.notquick.build>true</om.notquick.build>
@@ -1796,9 +1796,6 @@
 		</profile>
 		<profile>
 			<id>rc</id>
-			<properties>
-				<site.skip>true</site.skip>
-			</properties>
 			<build>
 				<plugins>
 					<plugin>