Update version of diapOTB to 1.0.2
Summary
Include latest release of DiapOTB (v1.0.2)
Rationale
DiapOTB v1.0.2 is about to be released. The purpose of this MR is to include this new release in OTB.
Implementation Details
The first step consist in setting the DiapOTB tag to v1.0.2, to follow DiapOTB's release branch. This allow to run the CI on this release branch.
When DiapOTB's release is official, the tag will be changed to the release commit value.
Additional notes
Copyright
The copyright owner is COPYRIGHT OWNER (OR OWNER'S AGENT) and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging:
- All discussions are resolved
- At least 2
👍 votes from core developers, no👎 vote. - The feature branch is (reasonably) up-to-date with the base branch
- Dashboard is green
- Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
- Optionally, run
git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i
on latest changes and commit