Alternate variable definition. Also set the version to be next snapshot.

This commit is contained in:
Rob Greene
2025-08-01 09:03:58 -05:00
parent bc47f69cd1
commit 6c615321cf
2 changed files with 19 additions and 16 deletions
+18
View File
@@ -0,0 +1,18 @@
// Shared settings across all build subprojects
ext {
// Dependency versions
shkVersion = "1.2.2"
asVersion = "1.2.2"
btVersion = "0.4.0"
swtVersion = "3.123.0"
piSwtVersion = "3.8.2"
junitVersion = "4.13.1"
antVersion = "1.9.16"
commonsLang3Version = "3.7"
commonsCsvVersion = "1.8"
gsonVersion = "2.8.9"
picocliVersion = "4.6.2"
springBoot = "2.7.17"
acdasmVersion = "0.5.0"
}
+1 -16
View File
@@ -1,19 +1,4 @@
# Universal AppleCommander version number. Used for:
# - Naming JAR file.
# - The build will insert this into a file that is read at run time as well.
version=1.10.1
# Dependency versions
shkVersion=1.2.2
asVersion=1.2.2
btVersion=0.4.0
swtVersion=3.123.0
piSwtVersion=3.8.2
junitVersion=4.13.1
antVersion=1.9.16
commonsLang3Version=3.7
commonsCsvVersion=1.8
gsonVersion=2.8.9
picocliVersion=4.6.2
springBoot=2.7.17
acdasmVersion=0.5.0
version=1.11.0-SNAPSHOT