Skip to content

Commit 674dcc9

Browse files
author
Denis Zaytsev
committed
preparing for v0.4.0-RC1, fixes for CSW and ESW versions
1 parent 8010d9d commit 674dcc9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

integration/utils/shell.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ const appLauncherSync = (name: string, version = 'master-SNAPSHOT') =>
3838

3939
//const csw_sha = '5088284'
4040
//const csw_sha = 'a24934e'
41-
const csw_sha = '879ffae'
41+
const csw_sha = '5.0.0-RC1'
4242
//const esw_sha = '06a6bf1'
43-
const esw_sha = 'bc4c382'
43+
const esw_sha = '0.5.0-RC1'
4444

4545
export const executeServicesScript = appLauncher('backend-testkit-services', esw_sha)
4646
export const executeComponentScript = appLauncher('backend-testkit-component', esw_sha)

project/Libs.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object Libs {
1212
}
1313

1414
object ESW {
15-
private val defaultESWVersion = "bc4c382183"
15+
private val defaultESWVersion = "0.5.0-RC1"
1616

1717
val Version: String = sys.props.get("prod.publish") match {
1818
case Some("true") => sys.env.getOrElse("ESW_VERSION", defaultESWVersion)
@@ -21,7 +21,7 @@ object ESW {
2121
}
2222

2323
object CSW {
24-
private val defaultCswVersion = "879ffaefd7"
24+
private val defaultCswVersion = "5.0.0-RC1"
2525

2626
val Version: String = sys.props.get("prod.publish") match {
2727
case Some("true") => sys.env.getOrElse("CSW_VERSION", defaultCswVersion)

0 commit comments

Comments
 (0)