Skip to content

Commit dbe463f

Browse files
committed
Updated rtm version to 0.4.3
1 parent 1b24285 commit dbe463f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Generate RTM
6161
if: always()
6262
run: |
63-
cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt tools/RTM/cswStoryToRequirementMap.csv target/RTM/testRequirementsMapping.txt
63+
cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.3 -- target/RTM/testStoryMapping.txt tools/RTM/cswStoryToRequirementMap.csv target/RTM/testRequirementsMapping.txt
6464
6565
- name: Upload RTM
6666
if: always()

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Generate RTM
6868
if: always()
6969
run: |
70-
cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt tools/RTM/cswStoryToRequirementMap.csv target/RTM/testRequirementsMapping.txt
70+
cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.3 -- target/RTM/testStoryMapping.txt tools/RTM/cswStoryToRequirementMap.csv target/RTM/testRequirementsMapping.txt
7171
7272
- name: Upload RTM
7373
if: always()

jenkins/stil-nightly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pipeline {
7676
stage('Generate RTM') {
7777
steps {
7878
// Generate RTM
79-
sh "cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt tools/RTM/cswStoryToRequirementMap.csv target/RTM/testRequirementsMapping.txt"
79+
sh "cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.3 -- target/RTM/testStoryMapping.txt tools/RTM/cswStoryToRequirementMap.csv target/RTM/testRequirementsMapping.txt"
8080
// Upload RTM
8181
publishHTML(target: [
8282
alwaysLinkToLastBuild: false,

project/Libs.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ object Libs {
5353
val `caffeine` = "com.github.ben-manes.caffeine" % "caffeine" % "3.2.0"
5454
val netty = "io.netty" % "netty-all" % "4.1.119.Final"
5555
val `case-app` = "com.github.alexarchambault" %% "case-app" % "2.1.0-M30"
56-
val `tmt-test-reporter` = "com.github.tmtsoftware.rtm" %% "rtm" % "0.4.1"
56+
val `tmt-test-reporter` = "com.github.tmtsoftware.rtm" %% "rtm" % "0.4.3"
5757
}
5858

5959
object Borer {

0 commit comments

Comments
 (0)