update and unified version code property

This commit is contained in:
Anthony Calosa
2024-10-09 12:32:09 +08:00
parent f6f51b916a
commit 708fed3350
13 changed files with 102 additions and 124 deletions

View File

@@ -6,13 +6,13 @@
<packaging.type>jar</packaging.type>
<build.min.memory>-Xms128m</build.min.memory>
<build.max.memory>-Xmx2048m</build.max.memory>
<alpha-version>1.6.58.001</alpha-version>
<alpha-version>${revision}</alpha-version>
</properties>
<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>1.6.65-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>forge-gui-ios</artifactId>