From 580174dd2a936e846a4887a4ce410e5f34eed744 Mon Sep 17 00:00:00 2001 From: Alberto Debiasi <adebiasi@fbk.eu> Date: Fri, 22 May 2020 12:36:43 +0200 Subject: [PATCH] Update pom.xml, add variable chessBuildNumber. --- .../releng/org.polarsys.chess.configuration/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/pom.xml b/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/pom.xml index aae419011..6cf6b8ed7 100644 --- a/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/pom.xml +++ b/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/pom.xml @@ -24,7 +24,11 @@ <systemProperties></systemProperties> <tycho.testArgLine></tycho.testArgLine> <tycho.test.platformArgs /> - <tycho.test.jvmArgs>-Xmx512m ${tycho.test.platformArgs}</tycho.test.jvmArgs> + <tycho.test.jvmArgs>-Xmx512m ${tycho.test.platformArgs}</tycho.test.jvmArgs> + <!-- Define a variable for the timestamp --> + <maven.build.timestamp.format>yyMMddHHmm</maven.build.timestamp.format> + <!-- <buildNumber>${maven.build.timestamp}</buildNumber> --> + <chessBuildNumber>1.0.0</chessBuildNumber> </properties> <distributionManagement> -- GitLab