We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9512a commit 32b1d12Copy full SHA for 32b1d12
build.gradle
@@ -6,9 +6,9 @@ plugins {
6
}
7
8
ext {
9
- haleVersion = project.findProperty("dev") ? '5.4.0.SNAPSHOT' : project.findProperty("haleVersion") ?: '5.3.0'
+ haleVersion = project.findProperty("dev") ? '5.5.0.SNAPSHOT' : project.findProperty("haleVersion") ?: '5.4.0'
10
configUtilVersion = '2.0.4'
11
- ldproxyCfgVersion = '4.2.0-SNAPSHOT'
+ ldproxyCfgVersion = '4.2.4'
12
p2Group = 'hale-platform'
13
os = project.findProperty("os") ?: 'linux'
14
dev = project.findProperty("dev") ?: false
@@ -27,7 +27,7 @@ ext {
27
allprojects {
28
group = 'de.interactive_instruments'
29
30
- version = '3.1.0'
+ version = '3.2.0'
31
32
repositories {
33
mavenCentral()
0 commit comments