Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-02-12 18:46:06 +0000
committerPaul Webster2013-02-12 18:46:06 +0000
commit8a96207dd332c72a00d9b6b33f12a28eedbd84a7 (patch)
treec2f70a14a99e8cac93dcf1180d5fe040596f84cf
parent73013b9229d30333b208db0f6fbe5001c359ddf9 (diff)
downloadeclipse.platform.ua-8a96207dd332c72a00d9b6b33f12a28eedbd84a7.tar.gz
eclipse.platform.ua-8a96207dd332c72a00d9b6b33f12a28eedbd84a7.tar.xz
eclipse.platform.ua-8a96207dd332c72a00d9b6b33f12a28eedbd84a7.zip
Bug 400517 - [CBI] version qualifiers can be "after" build IDv20130212-184606I20130220-0922I20130219-1600I20130219-0800I20130214-2011
use buildTimestamp Change-Id: Ibf7fab72826f2b5e5ee09872b0f40d31524a40b5
-rw-r--r--org.eclipse.help.base/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.base/pom.xml b/org.eclipse.help.base/pom.xml
index fb68b161e..bb056be51 100644
--- a/org.eclipse.help.base/pom.xml
+++ b/org.eclipse.help.base/pom.xml
@@ -30,7 +30,7 @@
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
- <format>'v${maven.build.timestamp}'</format>
+ <format>'v${buildTimestamp}'</format>
</configuration>
</plugin>
</plugins>

Back to the top