Skip to content

Commit

Permalink
Fix build qualifier suffix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcornerstone committed Nov 6, 2024
1 parent 3e022ce commit 47406b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!--
<tycho-snapshots>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshots>
-->
<unofficialSuffix>-UNOFFICIAL</unofficialSuffix>
<unofficialSuffix>'-UNOFFICIAL'</unofficialSuffix>
</properties>

<pluginRepositories>
Expand Down Expand Up @@ -329,7 +329,7 @@
<timestampProvider>jgit</timestampProvider>
<jgit.ignore>pom.xml .gitignore .launchers/**</jgit.ignore>
<jgit.dirtyWorkingTree>warning</jgit.dirtyWorkingTree>
<format>yyyyMMddHHmm'${unofficialSuffix}'</format>
<format>yyyyMMddHHmm${unofficialSuffix}</format>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 47406b9

Please sign in to comment.