diff options
author | liamfallon <liam.fallon@est.tech> | 2022-03-16 14:27:21 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-03-16 14:27:25 +0000 |
commit | 4d071bf628a11c0c5148eed7462c4bdf8443cb3b (patch) | |
tree | 57c010d822c7dba258cf73e100b2a6b3e6b7c86e /integration/src/release_scripts/bumpSnapshots.sh | |
parent | 794497a6f9c247cb016c776d4b4d7f805db5dadc (diff) |
update release scripts for gui apex dependency
policy-gui nas a dependency on apex-pdp that was missed in the earlier
versions of the release scripts.
Issue-ID: POLICY-3982
Change-Id: Ic729e2a315c7035e47a62255a375058a536ecf9a
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integration/src/release_scripts/bumpSnapshots.sh')
-rwxr-xr-x | integration/src/release_scripts/bumpSnapshots.sh | 2 |
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 |