Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-02-12 18:30:35 +0000
committerPaul Webster2013-02-12 18:30:35 +0000
commit74b7b6068f8ddb9adf1a0c138d06838d4fcf8299 (patch)
treed6f2bac12538f83d142cbe10455c4853ec7f5e3c /eclipse-parent/pom.xml
parentc1e42517a7e9c4e2118f28155c61b641d32b831e (diff)
downloadeclipse.platform.releng.aggregator-74b7b6068f8ddb9adf1a0c138d06838d4fcf8299.tar.gz
eclipse.platform.releng.aggregator-74b7b6068f8ddb9adf1a0c138d06838d4fcf8299.tar.xz
eclipse.platform.releng.aggregator-74b7b6068f8ddb9adf1a0c138d06838d4fcf8299.zip
Bug 400517 - [CBI] version qualifiers can be "after" build ID
Added buildTimestamp property
Diffstat (limited to 'eclipse-parent/pom.xml')
-rw-r--r--eclipse-parent/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index 869b5321a..5c30f098a 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -17,8 +17,9 @@
<packaging>pom</packaging>
<properties>
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
+ <buildTimestamp>${maven.build.timestamp}</buildTimestamp>
<buildType>I</buildType>
- <buildId>${buildType}${maven.build.timestamp}</buildId>
+ <buildId>${buildType}${buildTimestamp}</buildId>
<comparator.repo>http://download.eclipse.org/eclipse/updates/4.3-I-builds</comparator.repo>
<tycho.version>0.17.0-SNAPSHOT</tycho.version>
<tycho-extras.version>0.17.0-SNAPSHOT</tycho-extras.version>

Back to the top