Restore flatten library

This commit is contained in:
Chris H
2025-02-15 16:23:22 -05:00
parent 2f33c24414
commit 44fca5ee5e
13 changed files with 46 additions and 21 deletions

View File

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