Skip to content
Snippets Groups Projects
Commit 580174dd authored by Alberto Debiasi's avatar Alberto Debiasi
Browse files

Update pom.xml, add variable chessBuildNumber.

parent 7c0e39f5
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment