Restore flatten plugin

This commit is contained in:
Chris H
2025-04-06 12:08:15 -04:00
parent 280d2fed6d
commit 5274c976ef
13 changed files with 46 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>2.0.04-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>forge-installer</artifactId>
@@ -39,7 +39,7 @@
<configuration>
<!-- generate versionName from revision property to snapshot-version property -->
<name>snapshot-version</name>
<value>2.0.03-SNAPSHOT</value>
<value>${revision}</value>
<regex>-SNAPSHOT</regex>
<replacement>-SNAPSHOT-${month.date}</replacement>
<failIfNoMatch>false</failIfNoMatch>