Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-02-12 18:57:35 +0000
committerMarkus Keller2013-02-12 18:58:27 +0000
commit938cf0e3b9dd0afcdc4cbf48137e5cd84cb90b97 (patch)
tree3f0ab4db95eb812049400ee58757d0cd80737d9d
parent650d8408df7981e0a57d417abf1b6b4292e84920 (diff)
downloadeclipse.jdt-938cf0e3b9dd0afcdc4cbf48137e5cd84cb90b97.tar.gz
eclipse.jdt-938cf0e3b9dd0afcdc4cbf48137e5cd84cb90b97.tar.xz
eclipse.jdt-938cf0e3b9dd0afcdc4cbf48137e5cd84cb90b97.zip
-rw-r--r--org.eclipse.jdt/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt/pom.xml b/org.eclipse.jdt/pom.xml
index 61fa379..4e2ce33 100644
--- a/org.eclipse.jdt/pom.xml
+++ b/org.eclipse.jdt/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