Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-02-12 19:03:15 +0000
committerCurtis Windatt2013-02-12 19:03:38 +0000
commit577bbaf88aff22cfc5a450fe772dd01d3db34d4c (patch)
tree51f2610c08e3d1a26de21fa8c0f6d32284be700e
parent33020286884252fd17aef1b9deee7f47149058c4 (diff)
downloadeclipse.pde.ui-577bbaf88aff22cfc5a450fe772dd01d3db34d4c.tar.gz
eclipse.pde.ui-577bbaf88aff22cfc5a450fe772dd01d3db34d4c.tar.xz
eclipse.pde.ui-577bbaf88aff22cfc5a450fe772dd01d3db34d4c.zip
Bug 400616 - Update PDE branding plugin qualifiersv20130212-190338
-rw-r--r--ui/org.eclipse.pde/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/org.eclipse.pde/pom.xml b/ui/org.eclipse.pde/pom.xml
index 167e53f51b..3fbe93049f 100644
--- a/ui/org.eclipse.pde/pom.xml
+++ b/ui/org.eclipse.pde/pom.xml
@@ -31,7 +31,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