summaryrefslogtreecommitdiffstats
path: root/integration/src/release_scripts/updateParentRef.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-01-17Add release script, fix sed for MacOSliamfallon1-3/+11
This commit: - Adds a releease phase script that somewhat automates releases - updates the scritps to use GNU sed on MacOS Issue-ID: POLICY-3835 Change-Id: I2b79c6a3cc3476280ac00a2288e3cb8686ee976a Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-01-06Release scripts for repos, images, OOM, refsliamfallon1-1/+3
bumpSnapshots.sh: Steps the patch version of snapshot images based on the data in the policy release data file. generateCommit.sh: At the suggestion of OOM, the order of the generated messages is changed. releaseRepo.sh: Generates the release yaml file and the commit to release the maven artifacts of a repo releaseRepoImages.sh: Generates the release yaml fole and the commit to release the docker images from a repo updateOomImages.sh: Generates a commit that updats the references to Policy Framework docker images in OOM updateRefs.sh: Updates the parent. common, models., drools-pdp, and Docker base images in Docker files for reselases or snapshots. Issue-ID: POLICY-3835 Change-Id: I0766a779c2217a57a33ed37725f11acdfb07a16d Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-12-13Script to update a POM parent referenceliamfallon1-0/+118
This script changes teh parent reference in a POM file to use the group ID, artifact ID and version specified on flags that are input to the script. Issue-ID: POLICY-3835 Change-Id: I0970f94d3acfc2a3d8d01fdfcb923b8f38442bf4 Signed-off-by: liamfallon <liam.fallon@est.tech>