Skip to content

Commit 47406b9

Browse files
committed
Fix build qualifier suffix.
1 parent 3e022ce commit 47406b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!--
2626
<tycho-snapshots>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshots>
2727
-->
28-
<unofficialSuffix>-UNOFFICIAL</unofficialSuffix>
28+
<unofficialSuffix>'-UNOFFICIAL'</unofficialSuffix>
2929
</properties>
3030

3131
<pluginRepositories>
@@ -329,7 +329,7 @@
329329
<timestampProvider>jgit</timestampProvider>
330330
<jgit.ignore>pom.xml .gitignore .launchers/**</jgit.ignore>
331331
<jgit.dirtyWorkingTree>warning</jgit.dirtyWorkingTree>
332-
<format>yyyyMMddHHmm'${unofficialSuffix}'</format>
332+
<format>yyyyMMddHHmm${unofficialSuffix}</format>
333333
</configuration>
334334
</plugin>
335335
</plugins>

0 commit comments

Comments
 (0)