Compare commits

...

5 Commits

Author SHA1 Message Date
Chris H
432d152d9a Manually fixing version touches 2025-09-21 20:46:30 -04:00
GitHub Actions
f7c0ef9428 Restore POM files for preparation of next release 2025-09-21 23:40:14 +00:00
GitHub Actions
5f6934782c [maven-release-plugin] prepare for next development iteration 2025-09-21 23:31:38 +00:00
GitHub Actions
a69333b528 [maven-release-plugin] prepare release forge-2.0.06 2025-09-21 23:31:36 +00:00
Chris H
2beb71cdce Update apt-get so latest libxml2-utils is available 2025-09-21 19:21:23 -04:00
2 changed files with 4 additions and 2 deletions

View File

@@ -129,7 +129,9 @@ jobs:
makeLatest: true
- name: 🔧 Install XML tools
run: sudo apt-get install -y libxml2-utils
run: |
sudo apt-get update
sudo apt-get install -y libxml2-utils
- name: 🔼 Bump versionCode in root POM
id: bump_version

View File

@@ -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.06</versionCode>
<versionCode>2.0.07</versionCode>
<!-- set snapshotName to blank for release -->
<snapshotName>-SNAPSHOT</snapshotName>
<!-- revision will be the global version string -->