mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
Automate patch version increment
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -4,7 +4,7 @@
|
||||
<artifactId>forge</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Forge Parent</name>
|
||||
<version>2.0.05-SNAPSHOT</version>
|
||||
<version>${revision}</version>
|
||||
|
||||
<description>
|
||||
Forge lets you play the card game Magic: The Gathering against a computer opponent using all of the rules.
|
||||
@@ -26,7 +26,7 @@
|
||||
<configSourceDirectory>src/main/config</configSourceDirectory>
|
||||
<maven.compiler.release>17</maven.compiler.release>
|
||||
<!-- version code - maj.min.rev ie 2.0.00 -->
|
||||
<versionCode>2.0.04</versionCode>
|
||||
<versionCode>2.0.05</versionCode>
|
||||
<!-- set snapshotName to blank for release -->
|
||||
<snapshotName>-SNAPSHOT</snapshotName>
|
||||
<!-- revision will be the global version string -->
|
||||
|
||||
Reference in New Issue
Block a user