mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2026-04-20 18:17:12 +00:00
Alternate variable definition. Also set the version to be next snapshot.
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user