File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,9 @@ def minor = "1"
47
47
48
48
// Dependency versions
49
49
50
- ext. mpsVersion = ' 2024.1.2'
51
- ext. mpsQAVersion = " 2024.1.1022.300f07a"
50
+ ext. mpsVersion = ' 2024.1.3'
51
+
52
+ def mpsQAVersion = " $major . $minor +"
52
53
53
54
// if building a against a special branch from mbeddr is required add the name here
54
55
// the name is enough no trailing "." is required, also the plain name from git can
@@ -58,9 +59,9 @@ def currentBranch = ""
58
59
59
60
if (! project. hasProperty(' mbeddrVersion' )) {
60
61
if (mbeddrBranch != null && ! mbeddrBranch. trim(). isEmpty()) {
61
- ext. mbeddrVersion = " ${ mbeddrBranch.replace("/", "-")} .${ major} . ${ minor} . +"
62
+ ext. mbeddrVersion = " ${ mbeddrBranch.replace("/", "-")} .$major . $ minor +"
62
63
} else {
63
- ext. mbeddrVersion = " 2024.1.25305.dff1a9a "
64
+ ext. mbeddrVersion = " $m ajor . $m inor + "
64
65
}
65
66
}
66
67
You can’t perform that action at this time.
0 commit comments