We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e022ce commit 47406b9Copy full SHA for 47406b9
pom.xml
@@ -25,7 +25,7 @@
25
<!--
26
<tycho-snapshots>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshots>
27
-->
28
- <unofficialSuffix>-UNOFFICIAL</unofficialSuffix>
+ <unofficialSuffix>'-UNOFFICIAL'</unofficialSuffix>
29
</properties>
30
31
<pluginRepositories>
@@ -329,7 +329,7 @@
329
<timestampProvider>jgit</timestampProvider>
330
<jgit.ignore>pom.xml .gitignore .launchers/**</jgit.ignore>
331
<jgit.dirtyWorkingTree>warning</jgit.dirtyWorkingTree>
332
- <format>yyyyMMddHHmm'${unofficialSuffix}'</format>
+ <format>yyyyMMddHHmm${unofficialSuffix}</format>
333
</configuration>
334
</plugin>
335
</plugins>
0 commit comments