Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.etrice.parent/pom.xml')
-rw-r--r--releng/org.eclipse.etrice.parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.etrice.parent/pom.xml b/releng/org.eclipse.etrice.parent/pom.xml
index 35002649c..0cf52161d 100644
--- a/releng/org.eclipse.etrice.parent/pom.xml
+++ b/releng/org.eclipse.etrice.parent/pom.xml
@@ -85,7 +85,7 @@
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
- <format>'${build.type}'YYYYMMDDHHMM</format>
+ <format>'${build.type}'yyyyMMddHHmm</format>
</configuration>
</plugin>
<plugin>

Back to the top