Skip to content

Commit d7b6da5

Browse files
committed
Updating versions
1 parent cc725ab commit d7b6da5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

integration/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name := "integration"
22

33
libraryDependencies += ("com.github.tmtsoftware.esw" %% "esw-testkit" % "f9cbac5")
4-
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "iris-irisdeploy" % "4aaa48b")
5-
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "wfos-wfosdeploy" % "4aaa48b")
4+
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "iris-irisdeploy" % "cc725ab")
5+
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "wfos-wfosdeploy" % "cc725ab")
66
libraryDependencies += ("com.github.tmtsoftware.rtm" %% "rtm" % "0.4.1")
77
scalafmtConfig := file("../.scalafmt.conf")
88

sample-configs/HostConfig-Allan.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ containers: [
88
orgName: "com.github.tmtsoftware.esw-observing-simulation"
99
deployModule: "iris-irisdeploy"
1010
appName: "iris.irisdeploy.IrisContainerCmdApp"
11-
version: "4aaa48b"
11+
version: "cc725ab"
1212
# mode can be one of Container or Standalone
1313
mode: "Container"
1414
# path of individual container configuration file
@@ -22,7 +22,7 @@ containers: [
2222
orgName: "com.github.tmtsoftware.esw-observing-simulation"
2323
deployModule: "wfos-wfosdeploy"
2424
appName: "wfos.wfosdeploy.WfosContainerCmdApp"
25-
version: "4aaa48b"
25+
version: "cc725ab"
2626
# mode can be one of Container or Standalone
2727
mode: "Container"
2828
# path of individual container configuration file

sample-configs/HostConfig.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ containers: [
88
orgName: "com.github.tmtsoftware.esw-observing-simulation"
99
deployModule: "iris-irisdeploy"
1010
appName: "iris.irisdeploy.IrisContainerCmdApp"
11-
version: "4aaa48b"
11+
version: "cc725ab"
1212
# path of individual container configuration file
1313
# provide correct path of config file below
1414
configFilePath: "irisContainerPath"
@@ -20,7 +20,7 @@ containers: [
2020
orgName: "com.github.tmtsoftware.esw-observing-simulation"
2121
deployModule: "wfos-wfosdeploy"
2222
appName: "wfos.wfosdeploy.WfosContainerCmdApp"
23-
version: "4aaa48b"
23+
version: "cc725ab"
2424
# path of individual container configuration file
2525
# provide correct path of config file below
2626
configFilePath: "wfosContainerPath"

0 commit comments

Comments
 (0)