Skip to content

Commit c8c5ffe

Browse files
authored
Merge pull request #35 from jpage4500/feature/02-05
- make sure version never ends with "-0" because jdeploy doesn't handle this well
2 parents 32ba1ac + deacd61 commit c8c5ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<maven.compiler.source>17</maven.compiler.source>
1414
<maven.compiler.target>17</maven.compiler.target>
1515
<maven.compiler.release>17</maven.compiler.release>
16-
<maven.build.timestamp.format>yy.M.d-HHmm</maven.build.timestamp.format>
16+
<maven.build.timestamp.format>yy.M.d-Hmm</maven.build.timestamp.format>
1717
</properties>
1818

1919
<dependencies>

0 commit comments

Comments
 (0)