Details
-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.25
-
Epic Link:
-
Sprint:Fall 8 : 25 Nov to 6 Dec
Description
Update all the POMs and things to version 9.1.2.
Note:
On normal Unix, do this:
- find . -name "pom.xml" -exec sed -i "s/9.1.0/9.1.2/g" '{}' \;
On Mac, do this:
- find . -name "pom.xml" -exec sed -i "" "s/9.1.0/9.1.2/g" '{}' \;
That's because sed on Mac requires you to provide an extension for the backup file according to this: https://ed.gs/2016/01/26/os-x-sed-invalid-command-code/
Ran installer. Works OK. Apps can install.