aboutsummaryrefslogtreecommitdiffstats
path: root/integration/src/release_scripts/bumpSnapshots.sh
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2022-03-29 08:48:39 +0000
committerGerrit Code Review <gerrit@onap.org>2022-03-29 08:48:39 +0000
commit178dea1eb3eb979994d8b99f317f536b85435b60 (patch)
tree3b9c630411c6b474251d1fdb8ea7e924d92a782c /integration/src/release_scripts/bumpSnapshots.sh
parentac32e0f6a60faaa733b6bf7f05ada6c8ce2a6299 (diff)
parent4d071bf628a11c0c5148eed7462c4bdf8443cb3b (diff)
Merge "update release scripts for gui apex dependency"
Diffstat (limited to 'integration/src/release_scripts/bumpSnapshots.sh')
-rwxr-xr-xintegration/src/release_scripts/bumpSnapshots.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/src/release_scripts/bumpSnapshots.sh b/integration/src/release_scripts/bumpSnapshots.sh
index d7d22df7..c67e81ff 100755
--- a/integration/src/release_scripts/bumpSnapshots.sh
+++ b/integration/src/release_scripts/bumpSnapshots.sh
@@ -178,7 +178,7 @@ do
mv "$temp_file" "$repo_location/$repo/version.properties"
fi
- updateRefs.sh -pcmos -d "$release_data_file" -l "$repo_location" -r "$repo"
+ updateRefs.sh -pcmoxs -d "$release_data_file" -l "$repo_location" -r "$repo"
if [ "$(git -C "$repo_location/$specified_repo" status | grep '^[ \t]*modified:[ \t]*pom.xml' > /dev/null 2>&1)" = 0 ]
then